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-ad | |
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-ad')
-rw-r--r-- | lang/tclX82/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tclX82/files/patch-ad b/lang/tclX82/files/patch-ad new file mode 100644 index 000000000000..598bb87e8aaf --- /dev/null +++ b/lang/tclX82/files/patch-ad @@ -0,0 +1,11 @@ +--- Common.mk.in Tue May 5 20:38:21 1998 ++++ Common.mk.in.ORIG Tue May 5 20:38:02 1998 +@@ -102,7 +102,7 @@ + TCL_DL_LIBS = @TCL_DL_LIBS@ + TCL_SHLIB_LD = @TCL_SHLIB_LD@ + TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@ +-TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@ ++TCL_BUILD_LIB_SPEC = @TCL_LIB_SPEC@ + TCL_LIB_SPEC = @TCL_LIB_SPEC@ + TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@ + |