aboutsummaryrefslogtreecommitdiff
path: root/devel/e4graph
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-09-29 17:03:26 +0000
committerDiane Bruce <db@FreeBSD.org>2007-09-29 17:03:26 +0000
commit5e34f9f8f142f0bb374c96540435ebe19dd6021a (patch)
tree355c6881e51cda087af032502702085f6361adb2 /devel/e4graph
parent3abce8e5198daea13223d1a4efa1d4aaf1bd4dda (diff)
downloadports-5e34f9f8f142f0bb374c96540435ebe19dd6021a.tar.gz
ports-5e34f9f8f142f0bb374c96540435ebe19dd6021a.zip
- committed the wrong file
Pointyhat to: db
Notes
Notes: svn path=/head/; revision=200365
Diffstat (limited to 'devel/e4graph')
-rw-r--r--devel/e4graph/files/patch-all_configure11
-rw-r--r--devel/e4graph/files/patch_all-configure19
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
-