diff options
Diffstat (limited to 'audio/libogg')
-rw-r--r-- | audio/libogg/Makefile | 3 | ||||
-rw-r--r-- | audio/libogg/files/patch-configure | 18 | ||||
-rw-r--r-- | audio/libogg/pkg-plist | 1 |
3 files changed, 16 insertions, 6 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 755f51442c99..bf840a5e4338 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -7,6 +7,7 @@ PORTNAME= libogg PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ @@ -18,7 +19,7 @@ MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ MAINTAINER= naddy@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) 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" ;; *) diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist index 4d846316fd8b..b14a48fcc760 100644 --- a/audio/libogg/pkg-plist +++ b/audio/libogg/pkg-plist @@ -3,7 +3,6 @@ include/ogg/config_types.h include/ogg/ogg.h include/ogg/os_types.h lib/libogg.a -lib/libogg.la lib/libogg.so lib/libogg.so.4 share/aclocal/ogg.m4 |