]> git.pld-linux.org Git - packages/asc.git/commitdiff
- the name says it all :)
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 12 Aug 2002 22:16:06 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc-ac_fix.patch -> 1.1
    asc-am_fix.patch -> 1.1

asc-ac_fix.patch [new file with mode: 0644]
asc-am_fix.patch [new file with mode: 0644]

diff --git a/asc-ac_fix.patch b/asc-ac_fix.patch
new file mode 100644 (file)
index 0000000..c897951
--- /dev/null
@@ -0,0 +1,23 @@
+--- 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
new file mode 100644 (file)
index 0000000..db69217
--- /dev/null
@@ -0,0 +1,8 @@
+--- 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@
This page took 0.11381 seconds and 4 git commands to generate.