diff options
author | marino <marino@pkgsrc.org> | 2012-08-28 22:58:09 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-28 22:58:09 +0000 |
commit | 48e25d1d00583ae33e3d6afdbb464bf558f049f0 (patch) | |
tree | 379f73657d3bd14127539d32b1f72ef792c80470 /textproc/tcl-tDOM | |
parent | 0dfeb1bc23e478b281f6c742e097e7c27ea323b6 (diff) | |
download | pkgsrc-48e25d1d00583ae33e3d6afdbb464bf558f049f0.tar.gz |
textproc/tcl-tDOM: Fix build on DragonFly
DragonFly didn't have a configure entry so piggyback on FreeBSD
like NetBSD is doing.
Diffstat (limited to 'textproc/tcl-tDOM')
-rw-r--r-- | textproc/tcl-tDOM/distinfo | 4 | ||||
-rw-r--r-- | textproc/tcl-tDOM/patches/patch-aa | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/tcl-tDOM/distinfo b/textproc/tcl-tDOM/distinfo index 381c9adf859..457f2a5da54 100644 --- a/textproc/tcl-tDOM/distinfo +++ b/textproc/tcl-tDOM/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2012/08/26 13:05:38 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/08/28 22:58:09 marino Exp $ SHA1 (tDOM-0.8.3.tgz) = 1b7db0357ffb96c0a6c879c385168491380a8ca5 RMD160 (tDOM-0.8.3.tgz) = df52d8b7c3ac9134dae20a3bcaa21e0e512e3289 Size (tDOM-0.8.3.tgz) = 990367 bytes -SHA1 (patch-aa) = 1e88f15526d2585dc5db7e30dc225c1464a3e5a3 +SHA1 (patch-aa) = 18be9e77a22311cf2029386d88e2050e57657e2b diff --git a/textproc/tcl-tDOM/patches/patch-aa b/textproc/tcl-tDOM/patches/patch-aa index 7f663b0ee47..d82c2013935 100644 --- a/textproc/tcl-tDOM/patches/patch-aa +++ b/textproc/tcl-tDOM/patches/patch-aa @@ -1,8 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2012/08/26 13:05:38 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2012/08/28 22:58:09 marino Exp $ The TEA autoconf macros assume that NetBSD is some weird old operating system that can't handle dots in library names. Using the same values as newer FreeBSD versions yields a uniform PLIST for the platforms supported by pkgsrc. +It also fixes build on DragonFly. https://github.com/tDOM/tdom/issues/12 @@ -22,7 +23,7 @@ https://github.com/tDOM/tdom/issues/12 TCL_LIB_VERSIONS_OK=nodots ;; - FreeBSD-*) -+ NetBSD-*|FreeBSD-*) ++ DragonFly-*|NetBSD-*|FreeBSD-*) # FreeBSD 3.* and greater have ELF. SHLIB_CFLAGS="-fPIC" SHLIB_LD="ld -Bshareable -x" |