diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-21 01:36:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-21 01:36:28 +0000 |
commit | 57459356cead9d1d009c88df597f77f8f9e3d072 (patch) | |
tree | 346ff74e816515997a7f310e207c0602baaa356e /lang/tclX82/files/patch-ac | |
parent | Fix patch-aa, and add patch-ad to make this compile under current. (diff) |
Import of tclX8.0.2
PR: 6540
Submitted by: dob@bazzle.com
Notes
Notes:
svn path=/head/; revision=11088
Diffstat (limited to 'lang/tclX82/files/patch-ac')
-rw-r--r-- | lang/tclX82/files/patch-ac | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/lang/tclX82/files/patch-ac b/lang/tclX82/files/patch-ac index b8b932364be2..1486eb003eff 100644 --- a/lang/tclX82/files/patch-ac +++ b/lang/tclX82/files/patch-ac @@ -1,12 +1,11 @@ ---- ../tk/unix/Makefile.in.orig Sun Jun 16 07:39:17 1996 -+++ ../tk/unix/Makefile.in Thu Oct 9 09:57:43 1997 -@@ -67,8 +67,7 @@ +--- ../tk/unix/Makefile.in.ORIG Sun May 3 18:54:47 1998 ++++ ../tk/unix/Makefile.in Sun May 3 18:55:31 1998 +@@ -85,7 +85,7 @@ # If a link fails, purge the executable, as some systems leave invalid # executables around. # --all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME tktest runtest \ -- ${bldbasedir}/tk/tests -+all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME +-all: wishx RUNTIME tktest ++all: wishx RUNTIME + + static: wishx.static tktest.static - wishx: tkXAppInit.o libtkx.a ${LIBTK} ${LIBTCLX} - ${CC} ${LD_SWITCHES} tkXAppInit.o ${LDLIBS} -o wishx || \ |