summaryrefslogtreecommitdiffstats
path: root/source/d/pkg-config/scripts/pkgconfig.csh
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/pkg-config/scripts/pkgconfig.csh')
-rwxr-xr-xsource/d/pkg-config/scripts/pkgconfig.csh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/d/pkg-config/scripts/pkgconfig.csh b/source/d/pkg-config/scripts/pkgconfig.csh
new file mode 100755
index 000000000..477a93a76
--- /dev/null
+++ b/source/d/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
+else
+ setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
+endif