vorbis-tools/vorbis-tools-1.0-build.patch
cvsdist 8b13dca2a2 auto-import changelog data from vorbis-tools-1.0-3.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
1.0-2
- rebuild on all arches
2004-09-09 14:05:41 +00:00

39 lines
1.1 KiB
Diff

--- vorbis-tools-1.0/configure.foo Wed Dec 11 17:33:13 2002
+++ vorbis-tools-1.0/configure Wed Dec 11 17:33:48 2002
@@ -7366,7 +7366,7 @@
elif test "x$ogg_prefix" != "x" ; then
OGG_LIBS="-L$ogg_prefix/lib"
elif test "x$prefix" != "xNONE" ; then
- OGG_LIBS="-L$prefix/lib"
+ OGG_LIBS="-L$libdir"
fi
OGG_LIBS="$OGG_LIBS -logg"
@@ -7376,7 +7376,7 @@
elif test "x$ogg_prefix" != "x" ; then
OGG_CFLAGS="-I$ogg_prefix/include"
elif test "x$prefix" != "xNONE"; then
- OGG_CFLAGS="-I$prefix/include"
+ OGG_CFLAGS=""
fi
echo $ac_n "checking for Ogg""... $ac_c" 1>&6
@@ -7518,7 +7518,7 @@
elif test "x$vorbis_prefix" != "x" ; then
VORBIS_LIBS="-L$vorbis_prefix/lib"
elif test "x$prefix" != "xNONE"; then
- VORBIS_LIBS="-L$prefix/lib"
+ VORBIS_LIBS="-L$libdir"
fi
VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisfile"
@@ -7530,7 +7530,7 @@
elif test "x$vorbis_prefix" != "x" ; then
VORBIS_CFLAGS="-I$vorbis_prefix/include"
elif test "x$prefix" != "xNONE"; then
- VORBIS_CFLAGS="-I$prefix/include"
+ VORBIS_CFLAGS=""
fi