summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-17 15:49:55 +0000
committerbde <bde@FreeBSD.org>1998-01-17 15:49:55 +0000
commiteae19c3a546f5b920bd3ac89289cd54ad939783e (patch)
treea71d0d064e9fbcc04b8546e84dd828019286b498 /lib
parentc73933598abd6a1d2341f4c5a98889ac0553c51f (diff)
downloadFreeBSD-src-eae19c3a546f5b920bd3ac89289cd54ad939783e.zip
FreeBSD-src-eae19c3a546f5b920bd3ac89289cd54ad939783e.tar.gz
Updated shlib version to 80.4 in the correct place.
Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS. It was broken by direct editing in rev.1.25.
Diffstat (limited to 'lib')
-rw-r--r--lib/libtcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index ae5cd2e..0847bdf 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.24 1997/10/01 13:37:27 phk Exp $
+# $Id: Makefile,v 1.25 1997/11/27 20:52:28 pst Exp $
#
# This file is generated automatically, do not edit it here!
#
@@ -23,7 +23,7 @@ SHLIB_MINOR= 4
LIB= tcl
-CFLAGS+= -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\"
+CFLAGS+= -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\"
CFLAGS+= -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
CFLAGS+= -DTCL_PACKAGE_PATH=\"/usr/libdata/tcl\"
OpenPOWER on IntegriCloud