diff options
author | marino <marino@FreeBSD.org> | 2013-10-03 06:56:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-03 06:56:34 +0800 |
commit | 6d75b307ba695a50b524d26b652f8575302358b2 (patch) | |
tree | 2d69869827dd5724d858a2b2482cd0ef1d3a750b /emulators/aqemu | |
parent | 10290bd6f3f0e89ed1b66f9c23a5765ef0c10878 (diff) | |
download | freebsd-ports-gnome-6d75b307ba695a50b524d26b652f8575302358b2.tar.gz freebsd-ports-gnome-6d75b307ba695a50b524d26b652f8575302358b2.tar.zst freebsd-ports-gnome-6d75b307ba695a50b524d26b652f8575302358b2.zip |
emulators/aqemu: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'emulators/aqemu')
-rw-r--r-- | emulators/aqemu/files/patch-System__Info.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/aqemu/files/patch-System__Info.cpp b/emulators/aqemu/files/patch-System__Info.cpp new file mode 100644 index 000000000000..1a63c9bb9b45 --- /dev/null +++ b/emulators/aqemu/files/patch-System__Info.cpp @@ -0,0 +1,10 @@ +--- System_Info.cpp.orig 2010-12-09 15:59:16.000000000 +0000 ++++ System_Info.cpp +@@ -20,6 +20,7 @@ + ** + ****************************************************************************/ + ++#include <unistd.h> + #include <QSettings> + #include <QRegExp> + #include <QProcess> |