diff options
author | maho <maho@FreeBSD.org> | 2009-02-17 15:25:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-02-17 15:25:59 +0800 |
commit | b6c9ca45bbe4a58e9e32b98784337d1b75efc1f3 (patch) | |
tree | 3a48263975e52fc8d0a6c3e0b0705dd984c1092c /science | |
parent | 7816a146802717416b19d3754462c7be6f61711b (diff) | |
download | freebsd-ports-gnome-b6c9ca45bbe4a58e9e32b98784337d1b75efc1f3.tar.gz freebsd-ports-gnome-b6c9ca45bbe4a58e9e32b98784337d1b75efc1f3.tar.zst freebsd-ports-gnome-b6c9ca45bbe4a58e9e32b98784337d1b75efc1f3.zip |
Fix build with gcc43.
Spotted by pav
Diffstat (limited to 'science')
-rw-r--r-- | science/ghemical/files/patch-gcc43 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/ghemical/files/patch-gcc43 b/science/ghemical/files/patch-gcc43 new file mode 100644 index 000000000000..2f457acf3f91 --- /dev/null +++ b/science/ghemical/files/patch-gcc43 @@ -0,0 +1,11 @@ +--- src/pangofont_wcl.cpporig 2009-02-17 16:21:30.000000000 +0900 ++++ src/pangofont_wcl.cpp 2009-02-17 16:20:28.000000000 +0900 +@@ -21,6 +21,8 @@ + #include "pangofont_wcl.h" + + #include <gtk/gtkgl.h> ++#include <cstdlib> ++#include <string.h> + + /*################################################################################################*/ + |