summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-05 17:18:37 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-05 17:18:37 +0000
commit1adf9f3bcc6aec4f311794ee73d5bfef30d4c3ab (patch)
tree435c0cf0b12f167fbb08ac5ded31e54264439a52 /lang
parentThis is a source port of Jagged Alliance 2, in which the player controls (diff)
- 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)
Notes
Notes: svn path=/head/; revision=178954
Diffstat (limited to 'lang')
-rw-r--r--lang/chicken/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 1d2b3a774e54..9ed41d0ea812 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -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}