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:
parent
55b83550a6
commit
be5d215809
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136331
@ -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/
|
||||
|
||||
|
11
lang/chicken/files/patch-Makefile.in
Normal file
11
lang/chicken/files/patch-Makefile.in
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user