summaryrefslogtreecommitdiff
path: root/math/pari/patches/patch-config_get__ld
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/patches/patch-config_get__ld')
-rw-r--r--math/pari/patches/patch-config_get__ld13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/pari/patches/patch-config_get__ld b/math/pari/patches/patch-config_get__ld
new file mode 100644
index 00000000000..18888bd08fb
--- /dev/null
+++ b/math/pari/patches/patch-config_get__ld
@@ -0,0 +1,13 @@
+$NetBSD: patch-config_get__ld,v 1.1 2016/03/03 13:28:22 wiz Exp $
+
+--- config/get_ld.orig 2011-09-22 20:02:11.000000000 +0000
++++ config/get_ld
+@@ -70,7 +70,7 @@ if test "$GNULDused" = yes; then
+ runpathprefix='-rpath '
+ else # guess...
+ case "$osname" in
+- gnu|osf1|linux|cygwin*|freebsd|netbsd) runpathprefix='-rpath ' ;;
++ gnu|osf1|linux|cygwin*|freebsd|netbsd|dragonfly*) runpathprefix='-rpath ' ;;
+ solaris) runpathprefix='-R ' ;;
+ hpux) runpathprefix='+b ' ;;
+ aix) runpathprefix='-blibpath:' ;;