From 8a98b824919c92bc14bf40ebc53a118c2634e9b6 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 10 Aug 2005 22:57:24 +0000 Subject: Don't cause the gamin libraries to be linked against -lintl (and possibly -liconv) as they're not used in the libraries. --- sysutils/gamin/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sysutils/gamin') diff --git a/sysutils/gamin/Makefile b/sysutils/gamin/Makefile index b16711e215c..be4256ad6aa 100644 --- a/sysutils/gamin/Makefile +++ b/sysutils/gamin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/10 21:01:51 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2005/08/10 22:57:24 jlam Exp $ DISTNAME= gamin-0.1.5 CATEGORIES= sysutils @@ -17,6 +17,11 @@ CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --without-threads CONFIGURE_ARGS+= --with-html-dir=${DOCDIR} +# glib2/buildlink3.mk pulls in gettext-lib/buildlink3.mk, but the gamin +# libraries don't need to be linked against -lintl automatically. +# +BROKEN_GETTEXT_DETECTION= no + PKG_SYSCONFSUBDIR= gamin DOCDIR= ${PREFIX}/share/doc/gamin -- cgit v1.2.3