diff options
author | krion <krion@FreeBSD.org> | 2003-07-27 16:24:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-27 16:24:29 +0800 |
commit | 9076b30a1a05ff1102088af455557c2238cf8922 (patch) | |
tree | 740671d3a3e8048478a23bf20b6aa35c5ae347e9 /x11-toolkits | |
parent | 39ddc6a5d419f7e5ae2fdf60728617c2d1469ffc (diff) | |
download | freebsd-ports-gnome-9076b30a1a05ff1102088af455557c2238cf8922.tar.gz freebsd-ports-gnome-9076b30a1a05ff1102088af455557c2238cf8922.tar.zst freebsd-ports-gnome-9076b30a1a05ff1102088af455557c2238cf8922.zip |
Don't wrap <assert.h> in #ifdef __FreeBSD__ because it's
standard C header
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkmathview/files/patch-src::ChildList.cc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc b/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc index f350c46d3089..1fd531139f60 100644 --- a/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc +++ b/x11-toolkits/gtkmathview/files/patch-src::ChildList.cc @@ -1,12 +1,10 @@ ---- 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 +--- src/ChildList.cc.orig Sun Jul 27 02:06:29 2003 ++++ src/ChildList.cc Sun Jul 27 02:06:46 2003 +@@ -21,6 +21,7 @@ // <luca.padovani@cs.unibo.it> -+#ifdef __FreeBSD__ -+#include <assert.h> -+#endif #include <config.h> ++#include <assert.h> #include "ChildList.hh" + |