diff options
author | markd <markd> | 2005-05-06 04:26:58 +0000 |
---|---|---|
committer | markd <markd> | 2005-05-06 04:26:58 +0000 |
commit | 122677af43f4b57db30ac54c3de9c42f8139c4b1 (patch) | |
tree | 8226959d154bc33aa15574324d79bf5ed025ed56 /audio/speex | |
parent | a49421cf264677d77e1d897f95e1cdf7e44e3f78 (diff) | |
download | pkgsrc-122677af43f4b57db30ac54c3de9c42f8139c4b1.tar.gz |
Make explicit dependency on libgetopt. Fixes build on Solaris.
OKed by wiz.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 5 |
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" |