summaryrefslogblamecommitdiffstats
path: root/patches/source/pkg-config/scripts/pkgconfig.csh
blob: da9a45a60c554836141096233d5fd1d55f9c72bc (plain) (tree)
1
2
3
4
5
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