diff options
Diffstat (limited to 'academic/engauge/gcc47.patch')
-rw-r--r-- | academic/engauge/gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/engauge/gcc47.patch b/academic/engauge/gcc47.patch new file mode 100644 index 0000000000000..28b7fec8a6207 --- /dev/null +++ b/academic/engauge/gcc47.patch @@ -0,0 +1,11 @@ +diff -Naur engauge.orig/src/pointmatch.cpp engauge/src/pointmatch.cpp +--- engauge.orig/src/pointmatch.cpp 2007-04-11 08:16:12.000000000 +0200 ++++ engauge/src/pointmatch.cpp 2012-09-13 11:40:19.094978840 +0200 +@@ -80,6 +80,7 @@ + * * + ***************************************************************************/ + ++#include <unistd.h> + #include <qobject.h> + #include <qdialog.h> + #include <qlabel.h> |