openbsd-ports/lang/otcl/patches/patch-aa
kevlo 96e7549bce - Update to version 1.0a5
- Clean up Makefile
- Bump NNED_VERSION
- Add new framework and @comment to PLIST
2000-07-14 05:15:14 +00:00

23 lines
844 B
Plaintext

--- configure.orig Fri Jul 14 04:07:54 2000
+++ configure Fri Jul 14 04:09:00 2000
@@ -2681,16 +2681,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"