From: Mariusz Mazur Date: Mon, 12 Aug 2002 22:16:06 +0000 (+0000) Subject: - the name says it all :) X-Git-Tag: RA-1_0~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fasc.git;a=commitdiff_plain;h=f47f5b6af5552e09500080c2ee26438afdcec79b - the name says it all :) Changed files: asc-ac_fix.patch -> 1.1 asc-am_fix.patch -> 1.1 --- diff --git a/asc-ac_fix.patch b/asc-ac_fix.patch new file mode 100644 index 0000000..c897951 --- /dev/null +++ b/asc-ac_fix.patch @@ -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 index 0000000..db69217 --- /dev/null +++ b/asc-am_fix.patch @@ -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@