summaryrefslogtreecommitdiffstats
path: root/patches/source/pkg-config/scripts/pkgconfig.csh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/pkg-config/scripts/pkgconfig.csh')
-rwxr-xr-xpatches/source/pkg-config/scripts/pkgconfig.csh6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/source/pkg-config/scripts/pkgconfig.csh b/patches/source/pkg-config/scripts/pkgconfig.csh
new file mode 100755
index 000000000..da9a45a60
--- /dev/null
+++ b/patches/source/pkg-config/scripts/pkgconfig.csh
@@ -0,0 +1,6 @@
+#!/bin/csh
+if ( $?PKG_CONFIG_PATH ) then
+ setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig
+else
+ setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
+endif