diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-26 15:24:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-26 15:24:34 +0000 |
commit | dbdd50075396bf6a2317995f625a0d91d8df7402 (patch) | |
tree | 44ab7ddb205af259518d95b703f161d959fbbea5 /cad/xcircuit/patches/patch-ab | |
parent | 257ff8e3cd60f688ca49ad3419da443c31c07cf8 (diff) | |
download | pkgsrc-dbdd50075396bf6a2317995f625a0d91d8df7402.tar.gz |
Add DragonFly to list of systems with libtcl84, otherwise the
library is not found and TCL gets rejected.
Diffstat (limited to 'cad/xcircuit/patches/patch-ab')
-rw-r--r-- | cad/xcircuit/patches/patch-ab | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/cad/xcircuit/patches/patch-ab b/cad/xcircuit/patches/patch-ab index cb58cd5ed27..d95e6e8fbdd 100644 --- a/cad/xcircuit/patches/patch-ab +++ b/cad/xcircuit/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.6 2004/12/06 16:20:12 minskim Exp $ +$NetBSD: patch-ab,v 1.7 2006/06/26 15:24:34 joerg Exp $ ---- configure.orig 2004-09-30 23:25:07.000000000 -0500 +--- configure.orig 2004-10-01 04:25:07.000000000 +0000 +++ configure @@ -7629,6 +7629,7 @@ fi if test "x$xc_with_tcl" != "x" ; then @@ -15,10 +15,19 @@ $NetBSD: patch-ab,v 1.6 2004/12/06 16:20:12 minskim Exp $ if test "x$xc_with_tcl" != "x" ; then case $target in - *-sunos4*|*-*-netbsd|NetBSD-*|FreeBSD-*|OpenBSD-*) -+ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*) ++ *-sunos4*|*-*-netbsd|*-*-netbsdelf|NetBSD-*|FreeBSD-*|OpenBSD-*|*-*-dragonfly*) TCL_LIB_NAME="tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}" TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}" ;; +@@ -8105,7 +8106,7 @@ fi + EXTRA_LIB_SPECS="-ldl" + ;; + +- *-netbsd*|*-freebsd*|*-openbsd*) ++ *-netbsd*|*-freebsd*|*-openbsd*|*-*-dragonfly*) + # Not available on all versions: check for include file. + if test "${ac_cv_header_dlfcn_h+set}" = set; then + echo "$as_me:$LINENO: checking for dlfcn.h" >&5 @@ -8244,9 +8245,9 @@ fi |