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 | 78964abf63407ca83f53a4142439df4db1efd0ab (patch) | |
tree | ffce43d28d089ed59625a71cd43a4b98c67ec5fc /devel | |
parent | a1c944f3592373b9be3fb062fd56795b9cd032bc (diff) | |
download | pkgsrc-78964abf63407ca83f53a4142439df4db1efd0ab.tar.gz |
Add BROKEN_GETTEXT_DETECTION and missing gettext-lib/buildlink3.mk.
Fixes compilation on solaris and probably others.
Diffstat (limited to 'devel')
-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" |