diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-02-22 15:52:48 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-02-22 15:52:48 +0000 |
commit | 4689182334ea68401976c23b275cd9771f543f35 (patch) | |
tree | e709d7431b4aa1acc784c05cbcda1de2b47a3006 /java/eclipse-devel/Makefile | |
parent | 8134249786a2bcab39877401765ce6b31b333463 (diff) |
. Fix a crash caused by the "Open File" dialogue.
Submitted by: Pieter de Goeje <pieter@degoeje.nl>
Notes
Notes:
svn path=/head/; revision=207756
Diffstat (limited to 'java/eclipse-devel/Makefile')
-rw-r--r-- | java/eclipse-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile index 2c2d358e6ad0..6bd855a968ed 100644 --- a/java/eclipse-devel/Makefile +++ b/java/eclipse-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= eclipse-devel PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-${PORTVERSION}-200709211145 @@ -107,6 +107,7 @@ post-patch: @${PATCH} ${PATCH_DIST_ARGS} "${SWTMOZ}/gtk/org/eclipse/swt/browser/MozillaDelegate.java" ${FILESDIR}/post-patch-plugins-swt-mozilla-gtk-swt-browser-MozillaDelegate.java @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/org/eclipse/swt/internal/gtk/OS.java" ${FILESDIR}/post-patch-plugins-swt-gtk-swt-internal-gtk-OS.java @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/library/os.c" ${FILESDIR}/post-patch-plugins-swt-gtk-library-os.c + @${PATCH} ${PATCH_DIST_ARGS} "${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java" ${FILESDIR}/post-patch-plugins-swt-gtk-swt-FileDialog.java @${REINPLACE_CMD} -e 's|%%GECKO%%|${GECKO}|g' \ "${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh" \ |