diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-05 16:36:30 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-05 16:36:30 +0000 |
commit | 8b43dc2c48477c97864c00d290c44ee905b29400 (patch) | |
tree | 822d1126a814c7b867e58d3875e959fc6aa0f70c /audio/libogg/files/patch-configure | |
parent | Update to 1.9.3. (diff) |
Do not install .la library wrappers.
Notes
Notes:
svn path=/head/; revision=67336
Diffstat (limited to 'audio/libogg/files/patch-configure')
-rw-r--r-- | audio/libogg/files/patch-configure | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure index 81c57023e8d0..93237bff479d 100644 --- a/audio/libogg/files/patch-configure +++ b/audio/libogg/files/patch-configure @@ -1,7 +1,17 @@ + $FreeBSD$ ---- configure.orig Mon Jun 18 18:08:30 2001 -+++ configure Tue Jul 17 03:07:30 2001 -@@ -1492,7 +1492,7 @@ if test -z "$GCC"; then + +--- configure.orig Fri Jul 19 16:13:10 2002 ++++ configure Sat Oct 5 17:51:53 2002 +@@ -5363,6 +5363,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' +@@ -5388,7 +5389,7 @@ ;; *) DEBUG="-g" @@ -10,7 +20,7 @@ $FreeBSD$ PROFILE="-g -p" ;; esac -@@ -1514,9 +1514,9 @@ else +@@ -5410,9 +5411,9 @@ PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" ;; *) |