Fix build error by GNOME2.6. This is a temporary fix.

This commit is contained in:
Norikatsu Shigemura 2004-04-06 16:50:30 +00:00
parent abc252f2bf
commit 13dc50ac46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106334

View File

@ -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