diff options
author | markd <markd@pkgsrc.org> | 2005-05-06 04:26:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-06 04:26:58 +0000 |
commit | 38723720cf69f9e20a037983ba95fe993b187981 (patch) | |
tree | 8226959d154bc33aa15574324d79bf5ed025ed56 /audio/speex | |
parent | f6afda40563f151d1ff0c1833ae1030a2cc63eda (diff) | |
download | pkgsrc-38723720cf69f9e20a037983ba95fe993b187981.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" |