aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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