summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormarkd <markd>2005-05-06 04:26:58 +0000
committermarkd <markd>2005-05-06 04:26:58 +0000
commit0835bd99ac79a9281ad842407cee30395ccc7e56 (patch)
tree8226959d154bc33aa15574324d79bf5ed025ed56 /audio
parentd95f6a0094e2d57cd2a3c48f4452c1c63a5b79bb (diff)
downloadpkgsrc-0835bd99ac79a9281ad842407cee30395ccc7e56.tar.gz
Make explicit dependency on libgetopt. Fixes build on Solaris.
OKed by wiz.
Diffstat (limited to 'audio')
-rw-r--r--audio/speex/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 5ce2d78a158..1138f34fae7 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:44:57 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/06 04:26:58 markd Exp $
#
DISTNAME= speex-1.0.4
@@ -22,6 +22,9 @@ CONFIGURE_ARGS+= --with-ogg-dir="${BUILDLINK_PREFIX.libogg}"
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
+BUILDLINK_TRANSFORM+= rename:-lgnugetopt:-lgetopt
+
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"