- fix build on FreeBSD 7.x
Submitted by: pawel
This commit is contained in:
parent
735a4f88f7
commit
44b1891e99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312415
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue