]> git.pld-linux.org Git - packages/asc.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:26 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc-ac_fix.patch -> 1.2
    asc-am_fix.patch -> 1.2
    asc-va_arg_fix.patch -> 1.2

asc-ac_fix.patch [deleted file]
asc-am_fix.patch [deleted file]
asc-va_arg_fix.patch [deleted file]

diff --git a/asc-ac_fix.patch b/asc-ac_fix.patch
deleted file mode 100644 (file)
index c897951..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.in.orig  Sat Apr 27 18:32:43 2002
-+++ configure.in       Mon Aug 12 14:51:55 2002
-@@ -301,17 +301,13 @@
- dnl for libtool to work LTLIBOJS is needed (currently bug of autoconf)
--Xsed="sed -e s/^X//"
--LTLIBOBJS=`echo X"$LIBOBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
-+LTLIBOBJS=`echo "$LIB@&t@OBJS"|sed -e "s,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,"`
- AC_SUBST(LTLIBOBJS)
- AC_OUTPUT( Makefile source/Makefile source/docs/Makefile \
-          source/docs/en/Makefile source/sdl/Makefile \
-          source/libs/triangul/Makefile source/libs/Makefile \
-          source/ai/Makefile source/unix/Makefile doc/manpages/Makefile \
--      source/Makefile source/docs/Makefile source/clparser/Makefile \
--      source/docs/en/Makefile source/sdl/Makefile \
--      source/libs/triangul/Makefile source/libs/Makefile \
--      source/ai/Makefile source/unix/Makefile \
-+     source/clparser/Makefile \
-       source/unix/mapeditor/Makefile source/tools/Makefile \
-          source/tools/lib/Makefile source/tools/linux/Makefile \
-          data/Makefile data/dialog/Makefile data/music/Makefile \
-
diff --git a/asc-am_fix.patch b/asc-am_fix.patch
deleted file mode 100644 (file)
index db69217..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- source/unix/Makefile.am.orig       Wed Mar 20 12:50:06 2002
-+++ source/unix/Makefile.am    Mon Aug 12 19:25:51 2002
-@@ -28,4 +28,4 @@
- asc_LDADD             = $(top_builddir)/source/libs/triangul/libtriangul.la \
- $(top_builddir)/source/ai/libai.la \
- $(top_builddir)/source/sdl/libsdl.la @PARAGUI_LIBS@ \
--@LDADDLIBBZ2@ \
-+@LDADDLIBBZ2@
diff --git a/asc-va_arg_fix.patch b/asc-va_arg_fix.patch
deleted file mode 100644 (file)
index 1f6c3e9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/edglobal.cpp~       Thu Oct 11 12:41:06 2001
-+++ source/edglobal.cpp        Wed Jun 19 16:26:00 2002
-@@ -336,7 +336,7 @@
-       if (*a == '%' ) {
-          switch (a[1]) {
-          case 'c': 
--            *b = va_arg ( paramlist, char );
-+            *b = (char) va_arg ( paramlist, int );
-             b++;
-             break;
-          case 'd':
This page took 0.068059 seconds and 4 git commands to generate.