From 6b085655091946913301a320f96fff5fdea79bb9 Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Fri, 5 Oct 2012 14:26:55 -0400 Subject: Enable HPUX 64 build --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit