summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches
diff options
context:
space:
mode:
authorreed <reed>2005-01-19 21:54:26 +0000
committerreed <reed>2005-01-19 21:54:26 +0000
commitda884c926c78771f460f7267813e3a3e98578ebf (patch)
tree7fc3a641ae86dd180bbf7899adb3097b1e74f399 /graphics/inkscape/patches
parentf3048abae08aafe46da9ca44d03967a99be00aed (diff)
downloadpkgsrc-da884c926c78771f460f7267813e3a3e98578ebf.tar.gz
Remove -lpthread and -ldl from the configure checking for Boehm GC.
This is for PR #29012 from Douglas Brebner. I reported this to the inkscape developers and this is being fixed.
Diffstat (limited to 'graphics/inkscape/patches')
-rw-r--r--graphics/inkscape/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/inkscape/patches/patch-aa b/graphics/inkscape/patches/patch-aa
new file mode 100644
index 00000000000..21c4e933a7b
--- /dev/null
+++ b/graphics/inkscape/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/01/19 21:54:26 reed Exp $
+
+--- configure.orig 2004-11-28 23:21:53.000000000 -0800
++++ configure
+@@ -21463,7 +21463,7 @@ if test "${ac_cv_lib_gc_GC_malloc+set}"
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lgc -lpthread -ldl $LIBS"
++LIBS="-lgc $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF