diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-12-18 18:10:00 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-12-18 18:10:00 +0800 |
commit | 0a5aad19f651d467a36a68ed0fa9991734b7065c (patch) | |
tree | 52a0a9de1329f89158a1312ddd7e2176fd55af17 /graphics | |
parent | 88cf417eb1338b8a728c05210d5e3c376b6d0503 (diff) | |
download | freebsd-ports-gnome-0a5aad19f651d467a36a68ed0fa9991734b7065c.tar.gz freebsd-ports-gnome-0a5aad19f651d467a36a68ed0fa9991734b7065c.tar.zst freebsd-ports-gnome-0a5aad19f651d467a36a68ed0fa9991734b7065c.zip |
This port now builds with gcc 4.0+
Notified by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fractorama/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/fractorama/Makefile b/graphics/fractorama/Makefile index c8a69a778cc9..aeaa2b811220 100644 --- a/graphics/fractorama/Makefile +++ b/graphics/fractorama/Makefile @@ -50,6 +50,8 @@ post-patch: /WARN.*:=/d' @${REINPLACE_CMD} -e 's|/tools/qt-3.0.4|$${X11BASE}|' \ ${WRKSRC}/directories.inc + @${REINPLACE_CMD} -e 's|\(VariableComplexNode::\(evaluate\)\)|\2|' \ + ${WRKSRC}/lib/fractal/VariableComplexNode.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../fractorama.exe ${PREFIX}/bin/fractorama |