From b9a26120a80a47ea096a5501d1170ece83bc80f3 Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Tue, 9 Oct 2012 15:29:07 -0400 Subject: Update 390 build script for RHEL5 --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh | 4 ++-- 1 file 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") -- cgit