]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blame - crossmingw32-libvorbis-libtool.patch
- workaround w32 libtool problem
[packages/crossmingw32-libvorbis.git] / crossmingw32-libvorbis-libtool.patch
CommitLineData
7d4010c1
JB
1--- libvorbis-1.2.0/lib/Makefile.am.orig 2007-08-05 15:27:50.470110000 +0200
2+++ libvorbis-1.2.0/lib/Makefile.am 2007-08-05 15:31:12.201606656 +0200
3@@ -20,11 +20,11 @@
4
5 libvorbisfile_la_SOURCES = vorbisfile.c
6 libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
7-libvorbisfile_la_LIBADD = libvorbis.la
8+libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
9
10 libvorbisenc_la_SOURCES = vorbisenc.c
11 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
12-libvorbisenc_la_LIBADD = libvorbis.la
13+libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
14
15 EXTRA_PROGRAMS = barkmel tone psytune
16 CLEANFILES = $(EXTRA_PROGRAMS)
This page took 0.0510969999999999 seconds and 4 git commands to generate.