summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 16:10:54 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 16:10:54 -0400
commite920dbad1ca4a3b3b73e9bb1dc4aa2afe2f3298a (patch)
tree809e73de2cff799caeeaacb08fd1e69ee6f735a8
parentd32e35270004a45b320b2dd31d2d05aec2fe5d49 (diff)
downloadeclipse.platform.swt-e920dbad1ca4a3b3b73e9bb1dc4aa2afe2f3298a.tar.gz
eclipse.platform.swt-e920dbad1ca4a3b3b73e9bb1dc4aa2afe2f3298a.tar.xz
eclipse.platform.swt-e920dbad1ca4a3b3b73e9bb1dc4aa2afe2f3298a.zip
Correct GTK path for Sparc
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh2
1 files changed, 1 insertions, 1 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 58c9d52ecc..0a8b1a7d63 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
@@ -290,7 +290,7 @@ case $SWT_OS.$SWT_ARCH in
JAVA_HOME="/usr/j2se"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/"
+ PKG_CONFIG_PATH="/opt/csw/lib/pkgconfig"
fi
if [ "${MOZILLA_SDK}" = "" ]; then
MOZILLA_SDK="/bluebird/teamswt/swt-builddir/geckoSDK/1.4/gecko-sdk"