summaryrefslogtreecommitdiffstats
path: root/devel/e4graph/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-15 19:33:24 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-15 19:33:24 +0000
commit780456eab3d4d6af2e414c4aefc562132bce56a5 (patch)
treed253967218b5b0f8789ebfa19969e3f5dccb0a11 /devel/e4graph/files
parent6dea21b62daedc293e0a453b91acbfc1bd02ba5d (diff)
downloadFreeBSD-ports-780456eab3d4d6af2e414c4aefc562132bce56a5.zip
FreeBSD-ports-780456eab3d4d6af2e414c4aefc562132bce56a5.tar.gz
add e4graph 1.0a6
A C++ library that persistently stores graph like data
Diffstat (limited to 'devel/e4graph/files')
-rw-r--r--devel/e4graph/files/patch-configure25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/e4graph/files/patch-configure b/devel/e4graph/files/patch-configure
new file mode 100644
index 0000000..06ba97b
--- /dev/null
+++ b/devel/e4graph/files/patch-configure
@@ -0,0 +1,25 @@
+--- configure.orig Wed May 8 00:04:10 2002
++++ configure Tue Jul 16 03:14:40 2002
+@@ -731,9 +731,9 @@
+ # pointing at a Tcl installation in a non-standard place.
+
+ if test x"${with_tcl}" != x ; then
+- if test -f "${with_tcl}/include/tcl.h" ; then
++ if test -f "${with_tcl}/include/tcl8.3/tcl.h" ; then
+ ac_cv_c_tcl=`(cd ${with_tcl}; pwd)`
+- ac_cv_c_tcl_inc=${ac_cv_c_tcl}/include
++ ac_cv_c_tcl_inc=${ac_cv_c_tcl}/include/tcl8.3
+ ac_cv_c_tcl_lib=${ac_cv_c_tcl}/lib
+ else
+ { echo "configure: error: ${with_tcl}/include doesn't contain tcl.h" 1>&2; exit 1; }
+@@ -804,8 +804,8 @@
+ if test x"${with_expat}" != x ; then
+ if test -f "${with_expat}/include/expat.h" ; then
+ ac_cv_c_expat=`(cd ${with_expat}/include; pwd)`
+- ac_cv_c_expat_inc=${ac_cv_c_expat}/include
+- ac_cv_c_expat_lib=${ac_cv_c_expat}/lib
++ ac_cv_c_expat_inc=${with_expat}/include
++ ac_cv_c_expat_lib=${with_expat}/lib
+ else
+ { echo "configure: error: ${with_expat}/include does not contain expat.h" 1>&2; exit 1; }
+ fi
OpenPOWER on IntegriCloud