pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/subversion-base Add BROKEN_GETTEXT_DETECTION and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c05cee314d0
branches: trunk
changeset: 519982:4c05cee314d0
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Fri Oct 13 12:25:45 2006 +0000
description:
Add BROKEN_GETTEXT_DETECTION and missing gettext-lib/buildlink3.mk.
Fixes compilation on solaris and probably others.
diffstat:
devel/subversion-base/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 7e27daafb11b -r 4c05cee314d0 devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile Fri Oct 13 11:59:16 2006 +0000
+++ b/devel/subversion-base/Makefile Fri Oct 13 12:25:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/09/11 04:14:31 epg Exp $
+# $NetBSD: Makefile,v 1.38 2006/10/13 12:25:45 dmcmahill Exp $
PKGNAME= subversion-base-${SVNVER}
COMMENT= Version control system, base programs and libraries
@@ -11,6 +11,10 @@
USE_TOOLS+= msgfmt
+# on at least solaris, configure fails to figure out
+# that you need -lintl
+BROKEN_GETTEXT_DETECTION= yes
+
CONFIGURE_ARGS+= --without-apache
CONFIGURE_ARGS+= --without-apxs
@@ -53,4 +57,5 @@
cd ${WRKSRC} && ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc
${MV} ${WRKSRC}/build-outputs.mk ${FILESDIR}/build-outputs.mk
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index