aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libva
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2013-07-16 13:42:36 +0800
committerade <ade@FreeBSD.org>2013-07-16 13:42:36 +0800
commitd1f1a19cc01298348afbd7b6ab8d52256df8467d (patch)
tree2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /multimedia/libva
parentca04376785301224bb00797bd6c8392ac2d1c901 (diff)
downloadfreebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.gz
freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.zst
freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.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
Diffstat (limited to 'multimedia/libva')
-rw-r--r--multimedia/libva/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index 8defebd6e698..a32fc5714463 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -66,6 +66,11 @@ post-patch: .SILENT
${WRKSRC}/doc/Makefile.am
${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/va/Makefile.am
+# XXX: work around an issue with automake-1.13 erroring out on a
+# non-existent m4 directory before libtoolize creates it
+pre-configure::
+ @${MKDIR} ${WRKSRC}/m4
+
post-configure: .SILENT
${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/' \
${WRKSRC}/test/putsurface/Makefile