aboutsummaryrefslogtreecommitdiff
path: root/x11/fireflies
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-05-13 00:52:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-05-13 00:52:49 +0000
commitfff928853d4eaa8352c1d55b993fd99c217c325f (patch)
tree1d2899b1c9ec2d20085da734f21eba38e3c6d320 /x11/fireflies
parente09ef9b8a320e308cd8452521f5da671c20b6b9f (diff)
downloadports-fff928853d4eaa8352c1d55b993fd99c217c325f.tar.gz
ports-fff928853d4eaa8352c1d55b993fd99c217c325f.zip
- Fix build in presence of FLTK (ignore FLTK, as it seems to be used in bundled libgfx functionality which is not used by fireflies itself)
- While here, make extract phase silent PR: 166055 Submitted by: Edward Sanford Sutton III <mirror176@cox.net> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=296512
Diffstat (limited to 'x11/fireflies')
-rw-r--r--x11/fireflies/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
index e9c9fb376993..79d1a7615266 100644
--- a/x11/fireflies/Makefile
+++ b/x11/fireflies/Makefile
@@ -29,6 +29,9 @@ MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \
CONFIGURE_ARGS=${CONFIGURE_ARGS:Q}
post-extract:
- (cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
+ @(cd ${WRKSRC}; ${TAR} zxpf libgfx-1.0.1.tar.gz)
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|fltk|ignored-&|' ${WRKSRC}/libgfx/configure
.include <bsd.port.mk>