summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 16:27:46 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 16:27:46 -0400
commitf5042a3b096807a2b3d20ee3df34d9aa863c0ead (patch)
treed00d7bf99f2980e1f3ed5b3e944ec2ba6c72008c
parent425297efe4f8c693fe3f9189e582a1c7633a0bc8 (diff)
downloadeclipse.platform.swt-f5042a3b096807a2b3d20ee3df34d9aa863c0ead.tar.gz
eclipse.platform.swt-f5042a3b096807a2b3d20ee3df34d9aa863c0ead.tar.xz
eclipse.platform.swt-f5042a3b096807a2b3d20ee3df34d9aa863c0ead.zip
Revert Sparc changes
-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 d2e21c1d08..fe837d45c1 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
@@ -276,7 +276,7 @@ case $SWT_OS.$SWT_ARCH in
# fi
;;
"solaris.sparc")
- PATH="/opt/csw/bin:/export/home/SUNWspro/bin:/usr/ccs/bin:/usr/bin:$PATH"
+ PATH="/export/home/SUNWspro/bin:/usr/ccs/bin:/usr/bin:$PATH"
if [ "${CC}" = "" ]; then
CC="cc"
fi
@@ -290,7 +290,7 @@ case $SWT_OS.$SWT_ARCH in
JAVA_HOME="/usr/j2se"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- PKG_CONFIG_PATH="/opt/csw/lib/pkgconfig"
+ PKG_CONFIG_PATH="/usr/local/cairo-1.4.10/lib/pkgconfig/"
fi
if [ "${MOZILLA_SDK}" = "" ]; then
MOZILLA_SDK="/bluebird/teamswt/swt-builddir/geckoSDK/1.4/gecko-sdk"