aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-04-07 00:50:30 +0800
committernork <nork@FreeBSD.org>2004-04-07 00:50:30 +0800
commit69bbd6e8abcba2f54814401fabdb66f1f5395c7d (patch)
tree707018b3a16dae90c419971ac887ba7ac824b12a /java
parent2cf353c22c106b8d35a17b992622bb5e76814465 (diff)
downloadfreebsd-ports-gnome-69bbd6e8abcba2f54814401fabdb66f1f5395c7d.tar.gz
freebsd-ports-gnome-69bbd6e8abcba2f54814401fabdb66f1f5395c7d.tar.zst
freebsd-ports-gnome-69bbd6e8abcba2f54814401fabdb66f1f5395c7d.zip
Fix build error by GNOME2.6. This is a temporary fix.
Diffstat (limited to 'java')
-rw-r--r--java/eclipse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index c49191bfd668..5d4c6c1c8fcc 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -48,6 +48,7 @@ ECLIPSE_ARCH= x86
# This access change has roots in patch-SelectionDispatchAction.java.
post-patch:
+ @${REINPLACE_CMD} -e '/GTK_DISABLE_DEPRECATED/d' '${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/swt.c'
@${FIND} ${WRKSRC} -name build.xml | ${XARGS} ${REINPLACE_CMD} 's@verbose="true"@verbose="false"@g'
# "refactoring" begins here