From d743d7eec5b63f65a206acf47adb50d958a45bc4 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 27 Sep 2019 02:34:35 +0200 Subject: [PATCH] Import the latest version upstream --- data/pkgconfig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/pkgconfig.sh b/data/pkgconfig.sh index cd4526c..0dba39f 100755 --- a/data/pkgconfig.sh +++ b/data/pkgconfig.sh @@ -150,10 +150,10 @@ while [ $# -gt 0 ]; do if [ "$PREFIX" != "/usr" ]; then RPATH="-Wl,-rpath-link,\${libdir} -Wl,-rpath,\${libdir}" case $(uname -s) in - Darwin) + "Darwin") RPATH="-Wl,-rpath,\${libdir}" ;; - SunOS) + "SunOS") RPATH="-Wl,-R\${libdir}" ;; esac