diff options
author | db <db@FreeBSD.org> | 2007-09-30 01:03:26 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2007-09-30 01:03:26 +0800 |
commit | 4f68df93d3702bde0bf89da19c9ed47e418ae7da (patch) | |
tree | 7c9d70019ec0823369d96167ee819cca7a2c0693 /devel | |
parent | 6c31b91fabc05c427b924ea9897b0a5e07c3174c (diff) | |
download | freebsd-ports-gnome-4f68df93d3702bde0bf89da19c9ed47e418ae7da.tar.gz freebsd-ports-gnome-4f68df93d3702bde0bf89da19c9ed47e418ae7da.tar.zst freebsd-ports-gnome-4f68df93d3702bde0bf89da19c9ed47e418ae7da.zip |
- committed the wrong file
Pointyhat to: db
Diffstat (limited to 'devel')
-rw-r--r-- | devel/e4graph/files/patch-all_configure | 11 | ||||
-rw-r--r-- | devel/e4graph/files/patch_all-configure | 19 |
2 files changed, 11 insertions, 19 deletions
diff --git a/devel/e4graph/files/patch-all_configure b/devel/e4graph/files/patch-all_configure new file mode 100644 index 000000000000..be68d87a319b --- /dev/null +++ b/devel/e4graph/files/patch-all_configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Mar 5 20:56:14 2004 ++++ configure Fri Sep 28 17:25:04 2007 +@@ -4477,7 +4477,7 @@ + TCL_LIB=${TCL_LIB_SPEC} + TCL_INC=${TCL_INCLUDE_SPEC} + TCL_STB=${TCL_STUB_LIB_SPEC} +- TCL_PKG=${TCL_PACKAGE_PATH}/tcl${TCL_VERSION} ++ TCL_PKG=${TCL_PREFIX}/lib/tcl${TCL_VERSION} + echo "$ac_t""${TCL_INCLUDE_SPEC}" 1>&6 + else + TCL_LIB="# No Tcl library found" diff --git a/devel/e4graph/files/patch_all-configure b/devel/e4graph/files/patch_all-configure deleted file mode 100644 index 117176d35620..000000000000 --- a/devel/e4graph/files/patch_all-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- all/configure.orig Fri Mar 5 20:56:14 2004 -+++ all/configure Thu Sep 27 15:48:56 2007 -@@ -4478,12 +4478,16 @@ - TCL_INC=${TCL_INCLUDE_SPEC} - TCL_STB=${TCL_STUB_LIB_SPEC} - TCL_PKG=${TCL_PACKAGE_PATH}/tcl${TCL_VERSION} -+ echo TCL_PACKAGE_PATH = "\"${TCL_PACKAGE_PATH}\"" -+ echo TCL_VERSION = "\"${TCL_VERSION}\"" -+ echo TCL_PKG = "\"${TCL_PKG}\"" - echo "$ac_t""${TCL_INCLUDE_SPEC}" 1>&6 - else - TCL_LIB="# No Tcl library found" - TCL_INC="# No tcl.h found" - TCL_STB="# No libtclstubs.a found" - TCL_PKG="# No TCL_PACKAGE_PATH found" -+ echo TCL_PKG = "\"${TCL_PKG}\"" - echo "$ac_t""not found" 1>&6 - fi - |