diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-06 16:50:30 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-06 16:50:30 +0000 |
commit | 13dc50ac4675ec777d9c931aceca57fcdd4469b7 (patch) | |
tree | 6552816ec23f4842a920e841db3dd51faeb4259b /java/eclipse | |
parent | abc252f2bf30f4c64b7cd5b5e006c150a6ba10b1 (diff) | |
download | ports-13dc50ac4675ec777d9c931aceca57fcdd4469b7.tar.gz ports-13dc50ac4675ec777d9c931aceca57fcdd4469b7.zip |
Notes
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 1 |
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 |