diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-13 12:25:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-13 12:25:45 +0000 |
commit | c176a7da13a25c888c218586864b20636aa26972 (patch) | |
tree | ffce43d28d089ed59625a71cd43a4b98c67ec5fc | |
parent | 37bd98a8ae4b0e11c56da6e2784a9cd72cfe950d (diff) | |
download | pkgsrc-c176a7da13a25c888c218586864b20636aa26972.tar.gz |
Add BROKEN_GETTEXT_DETECTION and missing gettext-lib/buildlink3.mk.
Fixes compilation on solaris and probably others.
-rw-r--r-- | devel/subversion-base/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index af97e5625ae..d74a848aba0 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -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 @@ BUILD_DEFS+= PKG_BUILD_OPTIONS.apr 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 @@ svn-build-outputs-hack: 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" |