aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1998-12-19 16:05:42 +0800
committercwt <cwt@FreeBSD.org>1998-12-19 16:05:42 +0800
commitf7a01e2a7ab2d78c4cc1690477cd64e9e9c6b891 (patch)
tree0e4173801e65ec25b88333f013c86eecab3f0836
parent1b47bf5eed16c0bf8b825a85de4d73918717c6a7 (diff)
downloadfreebsd-ports-gnome-f7a01e2a7ab2d78c4cc1690477cd64e9e9c6b891.tar.gz
freebsd-ports-gnome-f7a01e2a7ab2d78c4cc1690477cd64e9e9c6b891.tar.zst
freebsd-ports-gnome-f7a01e2a7ab2d78c4cc1690477cd64e9e9c6b891.zip
Cause tcl "info sharedlibextension" command to correctly return
".so". Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
-rw-r--r--lang/tcl80/files/Makefile.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl80/files/Makefile.lib b/lang/tcl80/files/Makefile.lib
index aa89c9ecf2e8..70793ceab88d 100644
--- a/lang/tcl80/files/Makefile.lib
+++ b/lang/tcl80/files/Makefile.lib
@@ -6,6 +6,7 @@ CFLAGS+= -I. -I./../generic \
-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\
+ -DTCL_SHLIB_EXT=\".so\" \
-DHAVE_SYS_FILIO_H=1 \
-DTCL_LIBRARY=\"${TCL_LIBRARY}\" \
-DTCL_PACKAGE_PATH="\"${PREFIX}/lib\""