pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/subversion-base BROKEN_GETTEXT_DETECTION must be...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0edd6d7085d
branches: trunk
changeset: 391977:d0edd6d7085d
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Apr 23 18:03:42 2009 +0000
description:
BROKEN_GETTEXT_DETECTION must be set before including gettext-lib/buildlink3.mk.
This fixes PR 34562.
diffstat:
devel/subversion-base/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 278ebe434ab6 -r d0edd6d7085d devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile Thu Apr 23 13:18:20 2009 +0000
+++ b/devel/subversion-base/Makefile Thu Apr 23 18:03:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/04/16 21:42:42 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2009/04/23 18:03:42 minskim Exp $
PKGNAME= subversion-base-${SVNVER}
PKGREVISION= 2
@@ -7,6 +7,10 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+# on at least solaris, configure fails to figure out
+# that you need -lintl
+BROKEN_GETTEXT_DETECTION= yes
+
.include "../../devel/subversion/Makefile.common"
.if !empty(PKG_OPTIONS:Mapr1)
@@ -19,10 +23,6 @@
USE_TOOLS+= msgfmt
-# on at least solaris, configure fails to figure out
-# that you need -lintl
-BROKEN_GETTEXT_DETECTION= yes
-
CONFIGURE_ARGS+= --disable-neon-version-check
CONFIGURE_ARGS+= --without-apache
CONFIGURE_ARGS+= --without-apxs
Home |
Main Index |
Thread Index |
Old Index