16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
$NetBSD: patch-ab,v 1.2 2011/04/12 19:00:51 adam Exp $
|
|
|
|
* treat DragonFly shlib handling same as NetBSD.
|
|
|
|
--- configure.orig 2010-12-08 12:53:41.000000000 +0000
|
|
+++ configure
|
|
@@ -9143,7 +9143,7 @@ fi
|
|
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
|
|
TCL_LIB_VERSIONS_OK=nodots
|
|
;;
|
|
- NetBSD-*|FreeBSD-[3-4].*)
|
|
+ NetBSD-*|FreeBSD-[3-4].*|DragonFly-*)
|
|
# FreeBSD 3.* and greater have ELF.
|
|
# NetBSD 2.* has ELF and can use 'cc -shared' to build shared libs
|
|
SHLIB_CFLAGS="-fPIC"
|