1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own

header file when used

PR:		ports/80219
Submitted by:	Juan F. A. Saldarriaga <neb@gigax.org>
This commit is contained in:
Pav Lucistnik 2005-05-28 09:48:57 +00:00
parent 55b83550a6
commit be5d215809
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136331
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= chicken
PORTVERSION= 1.89
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Sat May 28 11:37:56 2005
+++ Makefile.in Sat May 28 11:39:10 2005
@@ -199,7 +199,7 @@
# use -DC_NO_PIC_NO_DLL ... -DC_NO_PIC_NO_DLL is only for libtool
# compiles
BASE_CPPFLAGS = -DC_STACK_GROWS_DOWNWARD=$(STACK_GROWS_DOWNWARD) -DC_INSTALL_LIB_HOME='"$(pkglibdir)"' \
- -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS
+ -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS -I$(includedir)
INCLUDES = $(BASE_CPPFLAGS) -DC_NO_PIC_NO_DLL