diff options
author | Steve Evans <stevee@zuken.co.uk> | 2008-06-13 08:05:00 +0100 |
---|---|---|
committer | Steve Evans <stevee@zuken.co.uk> | 2008-06-13 08:05:00 +0100 |
commit | b276d896552de4ca7b78a59637be395a71b8adb9 (patch) | |
tree | c0f48e3f612aa299903095548891df49bdf29370 | |
parent | e2af4baad07a84b3d139f532c059fec856f379ab (diff) | |
download | xine-lib-b276d896552de4ca7b78a59637be395a71b8adb9.tar.gz xine-lib-b276d896552de4ca7b78a59637be395a71b8adb9.tar.bz2 |
A fix so it runs on Solaris
-rw-r--r-- | misc/xine-config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in index 735631f8b..700f1169c 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -6,10 +6,11 @@ unset prefix unset exec_prefix unset args -export PKG_CONFIG_PATH="$(cat <<'EOF' +PKG_CONFIG_PATH="`cat <<'EOF' @XINE_PKGCONFIG_DIR@ EOF -)${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" +`${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" +export PKG_CONFIG_PATH usage() { |