diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-18 10:10:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-18 10:10:00 +0000 |
commit | 6c4a74818a5cdb168d138e8d6464a288e60f29fa (patch) | |
tree | dc2c2c8fcb12f92c79e7310dfa7791a57a1119fe /graphics/fractorama | |
parent | 203f44e10c4266661002cd402c48eca2eeaa5cd3 (diff) |
Notes
Diffstat (limited to 'graphics/fractorama')
-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 |