summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-10-22 07:00:25 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-10-22 07:00:25 +0000
commitf365a8b71d2ac2f409f2e538989c38b691147232 (patch)
treeed7481f3d25421071860da22885941c90277f4b5 /x11-toolkits/tix
parentUpgrade to version 1.11.1, also fix an ininitialized variable bug in (diff)
Distfile changed on master site.
PR: 4815
Notes
Notes: svn path=/head/; revision=8323
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r--x11-toolkits/tix/distinfo2
-rw-r--r--x11-toolkits/tix/files/patch-ac10
2 files changed, 1 insertions, 11 deletions
diff --git a/x11-toolkits/tix/distinfo b/x11-toolkits/tix/distinfo
index 927791c36e5c..a50bfeb5b4d2 100644
--- a/x11-toolkits/tix/distinfo
+++ b/x11-toolkits/tix/distinfo
@@ -1 +1 @@
-MD5 (Tix4.1.0.006.tar.gz) = a3f5af73dfcd2b5dd9dab96040358efa
+MD5 (Tix4.1.0.006.tar.gz) = 44ea588c14bfb92434c77969c4665656
diff --git a/x11-toolkits/tix/files/patch-ac b/x11-toolkits/tix/files/patch-ac
index 7f05e53bb035..8590fb1890ad 100644
--- a/x11-toolkits/tix/files/patch-ac
+++ b/x11-toolkits/tix/files/patch-ac
@@ -32,16 +32,6 @@
#----------------------------------------------------------------
-@@ -132,7 +133,8 @@
- CC_SWITCHES = $(CFLAGS) $(AC_FLAGS) -I$(TCL_GENERIC_DIR) \
- -I$(TCL_SRC_DIR)/unix -I$(TK_GENERIC_DIR) -I$(TK_SRC_DIR)/unix \
- $(ITCL_CFLAGS) \
-- -I$(GENERIC_DIR) -I$(UNIX_DIR) $(TK_XINCLUDES) $(TIX_SHLIB_CFLAGS)
-+ -I$(GENERIC_DIR) -I$(UNIX_DIR) $(TK_XINCLUDES) $(TIX_SHLIB_CFLAGS) \
-+ -DTIX_LIBRARY=\"${TIX_LIBRARY}\"
-
- #----------------------------------------------------------------
- # The information below should be usable as is. You shouldn't need
@@ -210,29 +212,29 @@
# scripts of TK must be included in the fixed order.
#----------------------------------------------------------------------