openbsd-ports/lang/otcl/patches/patch-configure
kevlo 1ad8d24ed2 - upgrade to version 1.0a7
- bump NEED_VERSION
2002-02-28 15:21:32 +00:00

23 lines
844 B
Plaintext

--- configure.orig Thu Feb 28 13:05:46 2002
+++ configure Thu Feb 28 13:06:42 2002
@@ -2865,16 +2865,16 @@
DL_LIBS="-ldl"
SHLD_FLAGS="-Wl,-Bexport"
;;
- NetBSD-*|FreeBSD-*)
+ NetBSD-*|FreeBSD-*|OpenBSD-*)
# Not available on all versions: check for include file.
if test -e /usr/include/dlfcn.h; then
SHLIB_CFLAGS="-fpic"
SHLIB_LD="ld -Bshareable"
- SHLIB_SUFFIX=".so"
+ SHLIB_SUFFIX=".so.1"
DL_LIBS=""
SHLD_FLAGS=""
else
- echo "NetBSD/FreeBSD with no support for dynamic loading"
+ echo "NetBSD/FreeBSD/OpenBSD with no support for dynamic loading"
echo " or shared libraries on this system."
SHLIB_CFLAGS=""
SHLIB_LD=": Skipping shared libaries"