summaryrefslogtreecommitdiff
path: root/japanese/libimg/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 04:08:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 04:08:15 +0000
commita8c72e3fdf23cf2c880909aaf6b4cf0e2c95a516 (patch)
treea0651588cc34e8996ff3a61a87a2542baf06a6a3 /japanese/libimg/files/patch-aa
parentConform to handbook's guidelines for pkg/DESCR, esp. wrt WWW: (diff)
Initial import of ja-libimg version 1.2b2.
A Tcl/Tk library with support for many image types. PR: 11337 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'japanese/libimg/files/patch-aa')
-rw-r--r--japanese/libimg/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/libimg/files/patch-aa b/japanese/libimg/files/patch-aa
new file mode 100644
index 000000000000..488b3bf3cbed
--- /dev/null
+++ b/japanese/libimg/files/patch-aa
@@ -0,0 +1,20 @@
+--- configure.in.orig Fri Nov 20 15:14:25 1998
++++ configure.in Thu Mar 25 16:30:20 1999
+@@ -111,6 +111,8 @@
+ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include
+ elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl.h; then
+ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include
++elif test -d ${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION} -a -f ${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION}/tcl.h; then
++ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION}
+ else
+ TCL_INC_DIR=$prefix/include
+ fi
+@@ -210,6 +212,8 @@
+ TK_INC_DIR=${TK_EXEC_PREFIX}/include
+ elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk.h; then
+ TK_INC_DIR=${TK_EXEC_PREFIX}/include
++elif test -d ${TK_EXEC_PREFIX}/include/tk${TK_VERSION} -a -f ${TK_EXEC_PREFIX}/include/tk${TK_VERSION}/tk.h; then
++ TK_INC_DIR=${TK_EXEC_PREFIX}/include/tk${TK_VERSION}
+ else
+ TK_INC_DIR=$prefix/include
+ fi