aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tix/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-07 08:17:13 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-07 08:17:13 +0000
commit830dc3c44a5a9abdfc6bc92d0d6d3939a7d3843f (patch)
tree5b8e52f81da5eb9d23d3191afb53740658d0e2b4 /x11-toolkits/tix/files
parent2467d44263160ef81616c42513145f8d14fd2e06 (diff)
Notes
Diffstat (limited to 'x11-toolkits/tix/files')
-rw-r--r--x11-toolkits/tix/files/patch-aa45
1 files changed, 43 insertions, 2 deletions
diff --git a/x11-toolkits/tix/files/patch-aa b/x11-toolkits/tix/files/patch-aa
index 5159006eb14c..666be5d53564 100644
--- a/x11-toolkits/tix/files/patch-aa
+++ b/x11-toolkits/tix/files/patch-aa
@@ -1,6 +1,18 @@
--- configure.orig Wed Dec 25 06:03:25 1996
-+++ configure Tue Dec 31 14:33:35 1996
-@@ -2592,11 +2592,11 @@
++++ configure Sun Jan 5 20:14:01 1997
+@@ -2583,20 +2583,20 @@
+ done
+ fi
+
+- if test ! -r $TCL75_SRC_DIR/unix/tclConfig.sh.in; then
+- TCL75_SRC_DIR=""
+- fi
++# if test ! -r $TCL75_SRC_DIR/unix/tclConfig.sh.in; then
++# TCL75_SRC_DIR=""
++# fi
+
+ if test "$TCL75_SRC_DIR" = ""; then
+ echo "$ac_t""(not found)" 1>&6
else
echo "$ac_t""$TCL75_SRC_DIR" 1>&6
@@ -17,6 +29,35 @@
fi
#
+@@ -2614,20 +2614,20 @@
+ done
+ fi
+
+- if test ! -r $TK41_SRC_DIR/unix/tkConfig.sh.in; then
+- TK41_SRC_DIR=""
+- fi
++# if test ! -r $TK41_SRC_DIR/unix/tkConfig.sh.in; then
++# TK41_SRC_DIR=""
++# fi
+
+ if test "$TK41_SRC_DIR" = ""; then
+ echo "$ac_t""(not found)" 1>&6
+ else
+ echo "$ac_t""$TK41_SRC_DIR" 1>&6
+
+- if test ! -r "$TK41_SRC_DIR/unix/tkConfig.sh"; then
+- echo "warning: $TK41_SRC_DIR/unix/tkConfig.sh missing"
+- echo " Please to configure tk 4.1 first."
+- TK41_SRC_DIR=""
+- fi
++# if test ! -r "$TK41_SRC_DIR/unix/tkConfig.sh"; then
++# echo "warning: $TK41_SRC_DIR/unix/tkConfig.sh missing"
++# echo " Please to configure tk 4.1 first."
++# TK41_SRC_DIR=""
++# fi
+ fi
+ #----------------------------------------------------------------------
+ # MAIN STUFF
@@ -2635,7 +2635,7 @@
if test "$TK41_SRC_DIR" != "" -a "$TCL75_SRC_DIR" != ""; then
# 1. Load the compilation flags for TCL 7.5