summaryrefslogblamecommitdiffstats
path: root/patches/source/pkg-config/scripts/pkgconfig.sh
blob: 96e07c4fa7a6933fbf4431a29b912a60596bda7e (plain) (tree)
1
2
3
4
5
6
7






                                                                                                             
#!/bin/sh
if [ ! "$PKG_CONFIG_PATH" = "" ]; then
  PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig
else
  PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
fi
export PKG_CONFIG_PATH