diff options
author | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-09 15:29:07 -0400 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-09 15:29:07 -0400 |
commit | b9a26120a80a47ea096a5501d1170ece83bc80f3 (patch) | |
tree | cdd3698e55e63b09557f165b5af931c41ecf010b | |
parent | 02b1b3283100f3a3dc306a82dfb4173ecd6e7cb4 (diff) | |
download | eclipse.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.sh | 4 |
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") |