- Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'.
Obtained from: Emil Mikulic <emil@dmr.ath.cx> (private e-mail)
This commit is contained in:
parent
581667f0ab
commit
1adf9f3bcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178954
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ CONFIGURE_ENV+= ac_cv_header_pcre_h=no
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|"/usr/local/include"||' ${WRKSRC}/csc.scm
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/${PORTNAME}
|
||||
|
|
Loading…
Reference in a new issue