SOURCES: crossmingw32-libvorbis-libtool.patch (NEW) - workaround w...

qboosh qboosh at pld-linux.org
Sun Aug 5 20:00:23 CEST 2007


Author: qboosh                       Date: Sun Aug  5 18:00:23 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround w32 libtool problem

---- Files affected:
SOURCES:
   crossmingw32-libvorbis-libtool.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/crossmingw32-libvorbis-libtool.patch
diff -u /dev/null SOURCES/crossmingw32-libvorbis-libtool.patch:1.1
--- /dev/null	Sun Aug  5 20:00:23 2007
+++ SOURCES/crossmingw32-libvorbis-libtool.patch	Sun Aug  5 20:00:18 2007
@@ -0,0 +1,16 @@
+--- libvorbis-1.2.0/lib/Makefile.am.orig	2007-08-05 15:27:50.470110000 +0200
++++ libvorbis-1.2.0/lib/Makefile.am	2007-08-05 15:31:12.201606656 +0200
+@@ -20,11 +20,11 @@
+ 
+ libvorbisfile_la_SOURCES = vorbisfile.c
+ libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
+-libvorbisfile_la_LIBADD = libvorbis.la
++libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
+ 
+ libvorbisenc_la_SOURCES = vorbisenc.c 
+ libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
+-libvorbisenc_la_LIBADD = libvorbis.la
++libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
+ 
+ EXTRA_PROGRAMS = barkmel tone psytune
+ CLEANFILES = $(EXTRA_PROGRAMS)
================================================================


More information about the pld-cvs-commit mailing list