aboutsummaryrefslogtreecommitdiff
path: root/textproc/liblrdf/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2013-07-16 05:42:36 +0000
committerAde Lovett <ade@FreeBSD.org>2013-07-16 05:42:36 +0000
commitb3b33257e512916a4f977c9026941425a3aa916a (patch)
tree2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /textproc/liblrdf/Makefile
parent1babe2feaefe5db9a31b19512e77709289cdf098 (diff)
downloadports-b3b33257e512916a4f977c9026941425a3aa916a.tar.gz
ports-b3b33257e512916a4f977c9026941425a3aa916a.zip
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
Notes
Notes: svn path=/head/; revision=323088
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r--textproc/liblrdf/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile
index 1142c52606ab..9dc70b266225 100644
--- a/textproc/liblrdf/Makefile
+++ b/textproc/liblrdf/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu \
raptor2:${PORTSDIR}/textproc/raptor2
USE_AUTOTOOLS= libtoolize automake autoconf aclocal
-ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal
+ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal -I.
AUTOMAKE_ARGS= --add-missing
GNU_CONFIGURE= yes
USES= pathfix pkgconfig iconv
@@ -32,4 +32,11 @@ LDFLAGS+= -L${OPENSSLLIB} ${PTHREAD_LIBS}
WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032
+# XXX: work around an issue with automake-1.13 erroring out on a
+# partially configured m4 directory before libtoolize creates it
+pre-configure::
+ @${RM} -rf ${WRKSRC}/m4
+ @${MKDIR} ${WRKSRC}/m4
+
+
.include <bsd.port.mk>