summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-09 15:29:07 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-09 15:29:07 -0400
commitb9a26120a80a47ea096a5501d1170ece83bc80f3 (patch)
treecdd3698e55e63b09557f165b5af931c41ecf010b
parent02b1b3283100f3a3dc306a82dfb4173ecd6e7cb4 (diff)
downloadeclipse.platform.swt-b9a26120a80a47ea096a5501d1170ece83bc80f3.tar.gz
eclipse.platform.swt-b9a26120a80a47ea096a5501d1170ece83bc80f3.tar.xz
eclipse.platform.swt-b9a26120a80a47ea096a5501d1170ece83bc80f3.zip
Update 390 build script for RHEL5
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
index faae9e8fef..3efb1d54dd 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -329,7 +329,7 @@ case $SWT_OS.$SWT_ARCH in
export XULRUNNER_LIBS="-L${XULRUNNER_SDK}/lib -lxpcomglue"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
+ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
fi
;;
"linux.s390x")
@@ -358,7 +358,7 @@ case $SWT_OS.$SWT_ARCH in
export XULRUNNER_LIBS="-L${XULRUNNER_SDK}/lib -lxpcomglue"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- export PKG_CONFIG_PATH="/usr/local/cairo64/lib/pkgconfig"
+ export PKG_CONFIG_PATH="/usr/lib64/pkgconfig"
fi
;;
"aix.ppc")