ports/java/jmp/files/patch-instance_owners.c
Volker Stolz 8aa4d05da5 - Update to 0.43
- Fix packaging

PR:		ports/70597
Submitted by:	Ronald Klop (maintainer)
2004-08-27 12:06:50 +00:00

10 lines
266 B
C

--- /tmp/instance_owners.c Wed Aug 18 20:23:20 2004
+++ instance_owners.c Wed Aug 18 20:24:24 2004
@@ -16,0 +17,4 @@
+#if __FreeBSD__ < 5
+#define PRId32 "d"
+#endif
+
@@ -207 +211 @@
- omenu = gtk_menu_new ();
+ menuitem = gtk_menu_item_new_with_label (buf);