diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-09-30 05:19:51 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-09-30 05:19:51 +0000 |
commit | 1f63d4fac86cc7ef52d24612bee009c7afd76a4c (patch) | |
tree | 52d6c87defc1116f8beb36779e1fac176afe749a /lang/gcl | |
parent | 81dd862bc69f5a16b26e45ab2e0aa186de1ba096 (diff) |
Notes
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-configure b/lang/gcl/files/patch-configure new file mode 100644 index 000000000000..d3d386c1da66 --- /dev/null +++ b/lang/gcl/files/patch-configure @@ -0,0 +1,16 @@ +--- configure.orig 2005-01-15 11:17:17.000000000 -0800 ++++ configure 2007-09-22 18:17:38.000000000 -0700 +@@ -6368,4 +6368,4 @@ + else +- if test -f /usr/include/tcl${TCL_VERSION}/tk.h ; then +- TK_INCLUDE=-I/usr/include/tcl${TCL_VERSION} ++ if test -f ${TK_CONFIG_PREFIX}/../../include/tk${TCL_VERSION}/tk.h ; then ++ TK_INCLUDE=-I${TK_CONFIG_PREFIX}/../../include/tk${TCL_VERSION} + fi +@@ -6375,4 +6375,4 @@ + else +- if test -f /usr/include/tcl${TCL_VERSION}/tcl.h ; then +- TCL_INCLUDE=-I/usr/include/tcl${TCL_VERSION} ++ if test -f ${TK_CONFIG_PREFIX}/../../include/tcl${TCL_VERSION}/tcl.h ; then ++ TCL_INCLUDE=-I${TK_CONFIG_PREFIX}/../../include/tcl${TCL_VERSION} + fi |