summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 14:26:55 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 14:26:55 -0400
commit6b085655091946913301a320f96fff5fdea79bb9 (patch)
tree83b5b2dd767f1e80274e1c994485b837399f8206
parentef3c4059f04ae6f1cc075403e2d69ede97dbc576 (diff)
downloadeclipse.platform.swt-6b085655091946913301a320f96fff5fdea79bb9.tar.gz
eclipse.platform.swt-6b085655091946913301a320f96fff5fdea79bb9.tar.xz
eclipse.platform.swt-6b085655091946913301a320f96fff5fdea79bb9.zip
Enable HPUX 64 build
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh3
1 files changed, 1 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 2c6de13634..c467c601fd 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
@@ -393,7 +393,6 @@ case $SWT_OS.$SWT_ARCH in
fi
;;
"hpux.ia64")
-# export PATH="/bluebird/teamswt/bog/gtk/hpux/bin:${PATH}"
if [ "${CC}" = "" ]; then
export CC=gcc
fi
@@ -404,7 +403,7 @@ case $SWT_OS.$SWT_ARCH in
export AWT_HOME="/opt/java1.5/jre/lib/IA64W/"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- export PKG_CONFIG_PATH="/bluebird/teamswt/bog/gtk/hpux/lib/pkgconfig"
+ export PKG_CONFIG_PATH="/opt/gtk_64bit/lib/hpux64/pkgconfig"
fi
;;
esac