aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-04-06 16:50:30 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-04-06 16:50:30 +0000
commit13dc50ac4675ec777d9c931aceca57fcdd4469b7 (patch)
tree6552816ec23f4842a920e841db3dd51faeb4259b /java/eclipse
parentabc252f2bf30f4c64b7cd5b5e006c150a6ba10b1 (diff)
downloadports-13dc50ac4675ec777d9c931aceca57fcdd4469b7.tar.gz
ports-13dc50ac4675ec777d9c931aceca57fcdd4469b7.zip
Notes
Diffstat (limited to 'java/eclipse')
-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