summaryrefslogtreecommitdiff
path: root/textproc/libcroco/patches
diff options
context:
space:
mode:
authortron <tron>2012-02-10 15:26:16 +0000
committertron <tron>2012-02-10 15:26:16 +0000
commite7b98e08f4ad9554bcf99e5e3638348db4dfdc40 (patch)
treeff190531ab0b400b040c4fc5f892cd109bcae4b6 /textproc/libcroco/patches
parent1ca8a3344a68d108c5c223c1ef4ea3dc0d4b0efe (diff)
downloadpkgsrc-e7b98e08f4ad9554bcf99e5e3638348db4dfdc40.tar.gz
Fix "configure" script instead of always disabling the use of the
"-Bsymbolic" linker option. Patch provided by Matthias Drochner in private e-mail.
Diffstat (limited to 'textproc/libcroco/patches')
-rw-r--r--textproc/libcroco/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/libcroco/patches/patch-configure b/textproc/libcroco/patches/patch-configure
new file mode 100644
index 00000000000..84f3438c470
--- /dev/null
+++ b/textproc/libcroco/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2012/02/10 15:26:16 tron Exp $
+
+Fix build on platforms where "ld" doesn't support the "-Bsymbolic" option.
+
+--- configure.orig 2012-02-06 19:22:50.000000000 +0000
++++ configure 2012-02-10 15:05:15.000000000 +0000
+@@ -11934,7 +11934,7 @@
+ if test "${enable_Bsymbolic+set}" = set; then :
+ enableval=$enable_Bsymbolic;
+ else
+- enable_Bsymbolic=yes
++ enable_Bsymbolic=auto
+ fi
+
+