pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gamin Don't cause the gamin libraries to be l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a66e67c00b4
branches:  trunk
changeset: 498046:1a66e67c00b4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 10 22:57:24 2005 +0000

description:
Don't cause the gamin libraries to be linked against -lintl (and possibly
-liconv) as they're not used in the libraries.

diffstat:

 sysutils/gamin/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ef2af6014199 -r 1a66e67c00b4 sysutils/gamin/Makefile
--- a/sysutils/gamin/Makefile   Wed Aug 10 21:11:39 2005 +0000
+++ b/sysutils/gamin/Makefile   Wed Aug 10 22:57:24 2005 +0000
@@ -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+=       --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
 



Home | Main Index | Thread Index | Old Index