aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-07-23 17:02:55 +0800
committerkrion <krion@FreeBSD.org>2003-07-23 17:02:55 +0800
commit304642d8dccde0c8d783302c9d68833bc6d58420 (patch)
treeea83442cf22fdcebc4f4ffec56774b0872dfbae8
parent8eb175a1e9be8a2bdabd15fb82eb99ce80dd0361 (diff)
downloadfreebsd-ports-gnome-304642d8dccde0c8d783302c9d68833bc6d58420.tar.gz
freebsd-ports-gnome-304642d8dccde0c8d783302c9d68833bc6d58420.tar.zst
freebsd-ports-gnome-304642d8dccde0c8d783302c9d68833bc6d58420.zip
Committed. Thanks!
PR: 54778 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: fjoe (mentor) (implicit)
-rw-r--r--x11-toolkits/gtkmathview/files/patch-src::ChildList.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc b/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc
new file mode 100644
index 000000000000..f350c46d3089
--- /dev/null
+++ b/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc
@@ -0,0 +1,12 @@
+--- src/ChildList.cc.orig Wed Jul 23 16:15:50 2003
++++ src/ChildList.cc Wed Jul 23 16:17:12 2003
+@@ -20,6 +20,9 @@
+ // http://www.cs.unibo.it/helm/mml-widget, or send a mail to
+ // <luca.padovani@cs.unibo.it>
+
++#ifdef __FreeBSD__
++#include <assert.h>
++#endif
+ #include <config.h>
+
+ #include "ChildList.hh"