pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/speex Make explicit dependency on libgetopt. Fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5c09701f9bb
branches: trunk
changeset: 493437:b5c09701f9bb
user: markd <markd%pkgsrc.org@localhost>
date: Fri May 06 04:26:58 2005 +0000
description:
Make explicit dependency on libgetopt. Fixes build on Solaris.
OKed by wiz.
diffstat:
audio/speex/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 48bac5aca7e5 -r b5c09701f9bb audio/speex/Makefile
--- a/audio/speex/Makefile Fri May 06 01:26:39 2005 +0000
+++ b/audio/speex/Makefile Fri May 06 04:26:58 2005 +0000
@@ -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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index