diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-02-17 07:25:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-02-17 07:25:59 +0000 |
commit | b69dbd7d34a6d16ac7f57d0e340e058e0a7a1a9b (patch) | |
tree | 75cc9d9910da0b2cad26cccedea24850a8a925b7 /science/ghemical | |
parent | 5f03a6e524a0910dd064222e5d4ac54e9748b59f (diff) | |
download | ports-b69dbd7d34a6d16ac7f57d0e340e058e0a7a1a9b.tar.gz ports-b69dbd7d34a6d16ac7f57d0e340e058e0a7a1a9b.zip |
Fix build with gcc43.
Spotted by pav
Notes
Notes:
svn path=/head/; revision=228537
Diffstat (limited to 'science/ghemical')
-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> + + /*################################################################################################*/ + |