ports/java/jmp/files/patch-instance_owners.c
Greg Lewis e324002963 . Update to 0.42. [1]
. Don't use jikes with this port (it breaks the build).

PR:		68174 [1]
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
2004-06-25 04:32:08 +00:00

14 lines
354 B
C

$FreeBSD$
--- instance_owners.c.orig Fri Jun 25 02:20:42 2004
+++ instance_owners.c Fri Jun 25 02:28:35 2004
@@ -16,0 +17,4 @@
+#if __FreeBSD__ < 5
+#define PRId32 "d"
+#endif
+
@@ -205,0 +210 @@
+ GtkWidget* menuitem;
@@ -207 +212 @@
- GtkWidget* menuitem = gtk_menu_item_new_with_label (buf);
+ menuitem = gtk_menu_item_new_with_label (buf);