mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
524 B
Plaintext
14 lines
524 B
Plaintext
$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:' ;;
|