diff options
author | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-05 15:23:15 -0400 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-10-05 15:23:44 -0400 |
commit | 6d149702445564fc075e355a0e02ee9a50db7372 (patch) | |
tree | 6ad88561780cef3ad90bfde910582e8d78a79c16 | |
parent | 077815f21f4c006f679f782063ec7af635ece7f2 (diff) | |
download | eclipse.platform.swt-6d149702445564fc075e355a0e02ee9a50db7372.tar.gz eclipse.platform.swt-6d149702445564fc075e355a0e02ee9a50db7372.tar.xz eclipse.platform.swt-6d149702445564fc075e355a0e02ee9a50db7372.zip |
Enable HPUX 64 build
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh | 2 |
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 606bb12be7..00cf5b87a2 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 @@ -450,7 +450,7 @@ if [ ${MODEL} = 's390' ]; then export SWT_LFLAGS SWT_PTR_CFLAGS fi -if [ x`pkg-config --exists gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0 && echo YES` = "xYES" -a ${MODEL} != "sparc64" ]; then +if [ x`pkg-config --exists gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0 && echo YES` = "xYES" -a ${MODEL} != "sparc64" -a ${MODEL} != 'ia64' ]; then echo "libgnomeui-2.0 found, compiling SWT program support using GNOME" MAKE_GNOME=make_gnome else |