pkgsrc/math/pari/patches/patch-am
sno 03e70deddc Updating math/pari from 2.1.6nb3 to 2.3.5 (newer than PR pkg/38116)
pkgsrc changes:
- Adding license (GPLv2)
- Adding X11 and GMP support (latter via option)
- Adding patches to support math/p5-Math-Pari can be build without
  rebuilding pari again

Upstream changes:
* Primarily a lot of bug fixes
* Plotting API reworked
* More targets are supported
2010-02-06 10:37:06 +00:00

13 lines
512 B
Text

$NetBSD: patch-am,v 1.2 2010/02/06 10:37:06 sno Exp $
--- config/get_ld.orig 2008-01-16 15:56:58.000000000 +0000
+++ config/get_ld
@@ -58,7 +58,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:' ;;