aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-12-06 01:18:37 +0800
committeralepulver <alepulver@FreeBSD.org>2006-12-06 01:18:37 +0800
commit0a9c9408206b2f1c59a2cf333c1585d0f328fe6c (patch)
tree6227a18d4184cc2bad50963ef5114ba8309b4919 /lang
parent1554241be46674b3b44ee7e54ab62898dbcd49dd (diff)
downloadfreebsd-ports-gnome-0a9c9408206b2f1c59a2cf333c1585d0f328fe6c.tar.gz
freebsd-ports-gnome-0a9c9408206b2f1c59a2cf333c1585d0f328fe6c.tar.zst
freebsd-ports-gnome-0a9c9408206b2f1c59a2cf333c1585d0f328fe6c.zip
- 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)
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}