From 0835bd99ac79a9281ad842407cee30395ccc7e56 Mon Sep 17 00:00:00 2001 From: markd Date: Fri, 6 May 2005 04:26:58 +0000 Subject: Make explicit dependency on libgetopt. Fixes build on Solaris. OKed by wiz. --- audio/speex/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/speex') 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" -- cgit v1.2.3