Author: sls Date: Wed Oct 28 17:51:56 2009 GMT Module: packages Tag: HEAD ---- Log message: - added automake18.patch
---- Files affected: packages/twolame: twolame.spec (1.7 -> 1.8) , automake18.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/twolame/twolame.spec diff -u packages/twolame/twolame.spec:1.7 packages/twolame/twolame.spec:1.8 --- packages/twolame/twolame.spec:1.7 Sun Jan 13 18:43:40 2008 +++ packages/twolame/twolame.spec Wed Oct 28 18:51:51 2009 @@ -8,6 +8,7 @@ Group: Libraries Source0: http://dl.sourceforge.net/twolame/%{name}-%{version}.tar.gz # Source0-md5: d38c3ead5ac49b7425c1a9ef91126a35 +Patch0: automake18.patch URL: http://www.twolame.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake >= 1:1.7 @@ -81,6 +82,7 @@ %prep %setup -q +%patch0 -p1 sed -i -e 's/-O3//' configure.ac @@ -137,6 +139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2009/10/28 17:51:51 sls +- added automake18.patch + Revision 1.7 2008/01/13 17:43:40 qboosh - updated to 0.3.12 ================================================================ Index: packages/twolame/automake18.patch diff -u /dev/null packages/twolame/automake18.patch:1.1 --- /dev/null Wed Oct 28 18:51:57 2009 +++ packages/twolame/automake18.patch Wed Oct 28 18:51:51 2009 @@ -0,0 +1,22 @@ +--- twolame-0.3.12/configure.ac.orig 2009-10-28 18:25:24.649619488 +0100 ++++ twolame-0.3.12/configure.ac 2009-10-28 18:25:45.148210666 +0100 +@@ -94,8 +94,8 @@ + ) ] + ) + +-AC_SUBST( SNDFILE_CFLAGS ) +-AC_SUBST( SNDFILE_LIBS ) ++AC_SUBST(SNDFILE_CFLAGS) ++AC_SUBST(SNDFILE_LIBS) + + + +@@ -138,7 +138,7 @@ + else + AC_MSG_WARN([Not building twolame frontend because libsndfile is missing.]) + fi +-AC_SUBST( TWOLAME_BIN ) ++AC_SUBST(TWOLAME_BIN) + + + dnl ############## Final Output ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/twolame/twolame.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
