diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu-devel/files/patch-exec.c | 10 | ||||
-rw-r--r-- | emulators/qemu-devel/files/patch-target-sparc::op_helper.c | 8 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu/files/patch-exec.c | 10 | ||||
-rw-r--r-- | emulators/qemu/files/patch-target-sparc::op_helper.c | 8 |
6 files changed, 38 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 01e62cf..68d83f9 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.6.0s.20041020 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.fuqn.ca/distfiles/ \ http://dad-answers.com/qemu/ diff --git a/emulators/qemu-devel/files/patch-exec.c b/emulators/qemu-devel/files/patch-exec.c new file mode 100644 index 0000000..f6978d7 --- /dev/null +++ b/emulators/qemu-devel/files/patch-exec.c @@ -0,0 +1,10 @@ +--- qemu/exec.c.orig Mon Oct 11 00:14:19 2004 ++++ qemu/exec.c Thu Oct 28 23:28:25 2004 +@@ -21,6 +21,7 @@ + #ifdef _WIN32 + #include <windows.h> + #else ++#include <sys/types.h> + #include <sys/mman.h> + #endif + #include <stdlib.h> diff --git a/emulators/qemu-devel/files/patch-target-sparc::op_helper.c b/emulators/qemu-devel/files/patch-target-sparc::op_helper.c new file mode 100644 index 0000000..e621a13 --- /dev/null +++ b/emulators/qemu-devel/files/patch-target-sparc::op_helper.c @@ -0,0 +1,8 @@ +--- qemu/target-sparc/op_helper.c.orig Mon Oct 11 02:46:24 2004 ++++ qemu/target-sparc/op_helper.c Thu Oct 28 23:28:57 2004 +@@ -1,5 +1,4 @@ + #include <math.h> +-#include <fenv.h> + #include "exec.h" + + #ifdef USE_INT_TO_FLOAT_HELPERS diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 01e62cf..68d83f9 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.6.0s.20041020 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.fuqn.ca/distfiles/ \ http://dad-answers.com/qemu/ diff --git a/emulators/qemu/files/patch-exec.c b/emulators/qemu/files/patch-exec.c new file mode 100644 index 0000000..f6978d7 --- /dev/null +++ b/emulators/qemu/files/patch-exec.c @@ -0,0 +1,10 @@ +--- qemu/exec.c.orig Mon Oct 11 00:14:19 2004 ++++ qemu/exec.c Thu Oct 28 23:28:25 2004 +@@ -21,6 +21,7 @@ + #ifdef _WIN32 + #include <windows.h> + #else ++#include <sys/types.h> + #include <sys/mman.h> + #endif + #include <stdlib.h> diff --git a/emulators/qemu/files/patch-target-sparc::op_helper.c b/emulators/qemu/files/patch-target-sparc::op_helper.c new file mode 100644 index 0000000..e621a13 --- /dev/null +++ b/emulators/qemu/files/patch-target-sparc::op_helper.c @@ -0,0 +1,8 @@ +--- qemu/target-sparc/op_helper.c.orig Mon Oct 11 02:46:24 2004 ++++ qemu/target-sparc/op_helper.c Thu Oct 28 23:28:57 2004 +@@ -1,5 +1,4 @@ + #include <math.h> +-#include <fenv.h> + #include "exec.h" + + #ifdef USE_INT_TO_FLOAT_HELPERS |