diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-17 13:43:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-17 13:43:37 +0000 |
commit | 44b1891e9949bab8cd31df2b905ae6ac4db550b7 (patch) | |
tree | bbca451c90f9d53e90eed228e447b49d62ef3baa /graphics/graphviz | |
parent | 735a4f88f7b80565885cef10a3f251394b51cbb7 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 8c37e81884a6..04f239e40a57 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -430,7 +430,8 @@ post-patch: -e 's|libdir=@libdir@|libdir=@libdir@/@PACKAGE@|'; @${REINPLACE_CMD} -e "s|/usr/include/php|${LOCALBASE}/include/php|g" \ -e "s|vendorarch|installsitearch|g" \ - -e "s|-lruby|-lruby${RUBY_SUFFIX}|g" ${WRKSRC}/configure + -e "s|-lruby|-lruby${RUBY_SUFFIX}|g" \ + -e '/if test/ s| == | = |g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \ ${WRKSRC}/cmd/smyrna/tvnodes.h ${CP} ${WRKSRC}/lib/cgraph/cgraph.h ${WRKSRC}/plugin/ming/ |