blob: 5932f9b252db102412f28dba0f3638a0a17f7f3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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"
|