From ef0e346d8210e0e938fec3aeb91ec704c418eb21 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 23 Apr 2014 18:43:14 +0200 Subject: [PATCH] Updated the scripts upstream --- data/pkgconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pkgconfig.sh b/data/pkgconfig.sh index cac86f9..5482795 100755 --- a/data/pkgconfig.sh +++ b/data/pkgconfig.sh @@ -129,7 +129,7 @@ while [ $# -gt 0 ]; do if [ "$PREFIX" != "/usr" ]; then RPATH="-Wl,-rpath-link,\${libdir} -Wl,-rpath,\${libdir}" case $(uname -s) in - Darwin) + Darwin|SunOS) RPATH="-Wl,-rpath,\${libdir}" ;; esac