pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/shared-mime-info This package requires recen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00c767a4c0f1
branches:  trunk
changeset: 534675:00c767a4c0f1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Oct 29 11:36:07 2007 +0000

description:
This package requires recent gettext-lib and the one included in NetBSD-3
is too old.  Add NetBSD-[123].* to INCOMPAT_GETTEXT so that it avoids
using built-in gettext-lib on those platforms.

This fixes PR pkg/37157.

diffstat:

 databases/shared-mime-info/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a9760c449f4e -r 00c767a4c0f1 databases/shared-mime-info/Makefile
--- a/databases/shared-mime-info/Makefile       Mon Oct 29 09:59:54 2007 +0000
+++ b/databases/shared-mime-info/Makefile       Mon Oct 29 11:36:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/10/28 15:31:38 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2007/10/29 11:36:07 minskim Exp $
 #
 
 DISTNAME=      shared-mime-info-0.22
@@ -21,6 +21,8 @@
 
 CONFIGURE_ARGS+=       --disable-update-mimedb
 
+INCOMPAT_GETTEXT+=     NetBSD-[123].*
+
 .include "../../mk/bsd.prefs.mk"
 
 CPPFLAGS+=             -DPREFIX="\"${PREFIX}\""



Home | Main Index | Thread Index | Old Index