aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmathview
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-23 09:02:55 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-23 09:02:55 +0000
commit31026e5f2d720c9783d1160436e4318352f3716d (patch)
tree78ca1e60026d0e6d5eedcf58cb1cf6b50a6579d0 /x11-toolkits/gtkmathview
parent5d51b1f44e5ce2542c57165bf3cede911a8668a5 (diff)
downloadports-31026e5f2d720c9783d1160436e4318352f3716d.tar.gz
ports-31026e5f2d720c9783d1160436e4318352f3716d.zip
Committed. Thanks!
PR: 54778 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=85425
Diffstat (limited to 'x11-toolkits/gtkmathview')
-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"