diff options
author | joerg <joerg> | 2006-06-26 15:24:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-26 15:24:34 +0000 |
commit | fb2b197684fa03146ab48190fb602fde6906dac4 (patch) | |
tree | 44ab7ddb205af259518d95b703f161d959fbbea5 /cad/xcircuit/patches/patch-aa | |
parent | 9ac6bd126b0d20b96d3df5730cfa734f60acd944 (diff) | |
download | pkgsrc-fb2b197684fa03146ab48190fb602fde6906dac4.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-aa')
-rw-r--r-- | cad/xcircuit/patches/patch-aa | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/cad/xcircuit/patches/patch-aa b/cad/xcircuit/patches/patch-aa index 63fa56000be..530c9f0f75e 100644 --- a/cad/xcircuit/patches/patch-aa +++ b/cad/xcircuit/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2004/12/06 16:20:12 minskim Exp $ +$NetBSD: patch-aa,v 1.7 2006/06/26 15:24:34 joerg Exp $ ---- configure.in.orig 2004-09-30 23:24:09.000000000 -0500 +--- configure.in.orig 2004-10-01 04:24:09.000000000 +0000 +++ configure.in @@ -469,6 +469,7 @@ fi if test "x$xc_with_tcl" != "x" ; then @@ -15,11 +15,16 @@ $NetBSD: patch-aa,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}" ;; -@@ -890,9 +891,9 @@ if test "x$xc_with_tcl" != "x" ; then +@@ -886,13 +887,13 @@ if test "x$xc_with_tcl" != "x" ; then + EXTRA_LIB_SPECS="-ldl" + ;; + +- *-netbsd*|*-freebsd*|*-openbsd*) ++ *-netbsd*|*-freebsd*|*-openbsd*|*-*-dragonfly*) # Not available on all versions: check for include file. AC_CHECK_HEADER(dlfcn.h, test_ok=yes, test_ok=no) if test "$test_ok" = yes; then |