summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-04 03:49:54 +0000
committerjlam <jlam>2001-10-04 03:49:54 +0000
commit3d31d0af6a6dea5178a9059e0fd4e362d7f923ca (patch)
tree3ff6a8218613466fc821ac6ffd38956e11c4665a /audio
parenta5f53a6e13fe58a9245272dec0bf84c3db0e8235 (diff)
downloadpkgsrc-3d31d0af6a6dea5178a9059e0fd4e362d7f923ca.tar.gz
Workaround a bug in the configure script where the prefix used to search
for the Ogg headers and libraries is missing when it's not supplied to the configure script.
Diffstat (limited to 'audio')
-rw-r--r--audio/libvorbis/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 0f8981ead9b..668dd5f69d4 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/08/27 14:35:05 tron Exp $
+# $NetBSD: Makefile,v 1.10 2001/10/04 03:49:54 jlam Exp $
DISTNAME= libvorbis-1.0rc2
PKGNAME= libvorbis-1.0.0.6
@@ -9,11 +9,13 @@ MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
-USE_BUILDLINK_ONLY= YES
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
+USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_DIR}
+
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig