]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/commitdiff
- workaround w32 libtool problem
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Aug 2007 18:00:18 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-libvorbis-libtool.patch -> 1.1

crossmingw32-libvorbis-libtool.patch [new file with mode: 0644]

diff --git a/crossmingw32-libvorbis-libtool.patch b/crossmingw32-libvorbis-libtool.patch
new file mode 100644 (file)
index 0000000..16d1c39
--- /dev/null
@@ -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)
This page took 0.085984 seconds and 4 git commands to generate.