aboutsummaryrefslogtreecommitdiff
path: root/graphics/frei0r
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-10-29 09:37:46 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-10-29 09:37:46 +0000
commit8e3f371244de9cf5a69a2d61abfe71e0be5285ba (patch)
tree3d5c11be27a38e5c38ab3cd13cceef9cf986dc10 /graphics/frei0r
parent5add92b0b12c36e7f5f4eb492f9d2ea3a9b59db1 (diff)
downloadports-8e3f371244de9cf5a69a2d61abfe71e0be5285ba.tar.gz
ports-8e3f371244de9cf5a69a2d61abfe71e0be5285ba.zip
Fix build on FreeBSD 10.
Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=284617
Diffstat (limited to 'graphics/frei0r')
-rw-r--r--graphics/frei0r/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile
index a7814736276c..f2bf9e889b03 100644
--- a/graphics/frei0r/Makefile
+++ b/graphics/frei0r/Makefile
@@ -19,6 +19,7 @@ COMMENT?= Minimalistic plugin API for video effects
.if !defined(BUILDING_FREI0R_METAPORT)
GNU_CONFIGURE= yes
+WITH_FBSD10_FIX=yes
USE_GNOME= gnomehack pkgconfig
MAKE_JOBS_SAFE= yes
@@ -106,6 +107,10 @@ do-install:
. endfor
.endif #!defined(FREI0R_PLUGINS)
+pre-build:
+ @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/configure ${WRKSRC}/config.h.in
+
.include <bsd.port.post.mk>
.endif # !defined(BUILDING_FREI0R_METAPORT)