mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
32 lines
946 B
Plaintext
32 lines
946 B
Plaintext
--- configure.orig Mon May 1 10:07:11 2000
|
|
+++ configure Mon May 1 10:08:59 2000
|
|
@@ -4902,7 +4902,7 @@
|
|
LDFLAGS="-Wl,-Bexport"
|
|
LD_SEARCH_FLAGS=""
|
|
;;
|
|
- NetBSD-*|FreeBSD-[1-2].*|OpenBSD-*)
|
|
+ NetBSD-*|FreeBSD-*|OpenBSD-*)
|
|
# Not available on all versions: check for include file.
|
|
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
|
|
@@ -4986,18 +4986,8 @@
|
|
# FreeBSD doesn't handle version numbers with dots.
|
|
|
|
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
|
|
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
|
|
TCL_LIB_VERSIONS_OK=nodots
|
|
- ;;
|
|
- FreeBSD-*)
|
|
- # FreeBSD 3.* and greater have ELF.
|
|
- SHLIB_CFLAGS="-fPIC"
|
|
- SHLIB_LD="ld -Bshareable -x"
|
|
- SHLIB_LD_LIBS=""
|
|
- SHLIB_SUFFIX=".so"
|
|
- DL_OBJS=""
|
|
- DL_LIBS=""
|
|
- LDFLAGS="-export-dynamic"
|
|
- LD_SEARCH_FLAGS=""
|
|
;;
|
|
NEXTSTEP-*)
|
|
SHLIB_CFLAGS=""
|