mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
071479247d
This is an image format handler for Tk. It handles the following image formats: bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript. PR: ports/10234 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
--- configure.orig Thu Nov 19 03:50:52 1998
|
|
+++ configure Sun Feb 21 00:53:23 1999
|
|
@@ -978,8 +978,8 @@
|
|
TCL_INC_DIR=${TCL_TOP_DIR}/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 -a -f ${TCL_EXEC_PREFIX}/include/tcl.h; then
|
|
- TCL_INC_DIR=${TCL_EXEC_PREFIX}/include
|
|
+elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl8.0/tcl.h; then
|
|
+ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include/tcl8.0
|
|
else
|
|
TCL_INC_DIR=$prefix/include
|
|
fi
|
|
@@ -1091,8 +1091,8 @@
|
|
TK_INC_DIR=${TK_TOP_DIR}/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 -a -f ${TK_EXEC_PREFIX}/include/tk.h; then
|
|
- TK_INC_DIR=${TK_EXEC_PREFIX}/include
|
|
+elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk8.0/tk.h; then
|
|
+ TK_INC_DIR=${TK_EXEC_PREFIX}/include/tk8.0
|
|
else
|
|
TK_INC_DIR=$prefix/include
|
|
fi
|