diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-06 00:36:30 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-06 00:36:30 +0800 |
commit | 84576ac645ae64b709a326c43a8fe486da9932e6 (patch) | |
tree | ac3ece268ccdc13b2ac1f0f0f4b9dd06cdb1b6c0 /audio/libvorbis/files | |
parent | 20f1350de2acd901701a6953a207083ab39ad06a (diff) | |
download | freebsd-ports-gnome-84576ac645ae64b709a326c43a8fe486da9932e6.tar.gz freebsd-ports-gnome-84576ac645ae64b709a326c43a8fe486da9932e6.tar.zst freebsd-ports-gnome-84576ac645ae64b709a326c43a8fe486da9932e6.zip |
Do not install .la library wrappers.
Diffstat (limited to 'audio/libvorbis/files')
-rw-r--r-- | audio/libvorbis/files/patch-configure | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/audio/libvorbis/files/patch-configure b/audio/libvorbis/files/patch-configure index 39b3be55e8a4..84a4b4365a89 100644 --- a/audio/libvorbis/files/patch-configure +++ b/audio/libvorbis/files/patch-configure @@ -1,9 +1,17 @@ $FreeBSD$ ---- configure.orig Tue Jan 1 22:47:11 2002 -+++ configure Tue Jan 1 22:54:27 2002 -@@ -5337,7 +5337,7 @@ +--- configure.orig Fri Jul 19 16:12:17 2002 ++++ configure Sat Oct 5 17:57:37 2002 +@@ -5386,6 +5386,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5441,7 +5442,7 @@ PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;; *) DEBUG="-g" @@ -12,7 +20,7 @@ $FreeBSD$ PROFILE="-g -p" ;; esac else -@@ -5428,9 +5428,9 @@ +@@ -5536,9 +5537,9 @@ CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char" PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";; *) |