diff options
Diffstat (limited to 'emulators/vba/files')
-rw-r--r-- | emulators/vba/files/patch-aa | 19 | ||||
-rw-r--r-- | emulators/vba/files/patch-ab | 64 | ||||
-rw-r--r-- | emulators/vba/files/socket.h.diff | 0 |
3 files changed, 83 insertions, 0 deletions
diff --git a/emulators/vba/files/patch-aa b/emulators/vba/files/patch-aa new file mode 100644 index 000000000000..57d4bfd7c40e --- /dev/null +++ b/emulators/vba/files/patch-aa @@ -0,0 +1,19 @@ +*** src/SDL.cpp.orig Sat Aug 23 16:19:48 2003 +--- src/SDL.cpp Tue Sep 2 17:59:39 2003 +*************** +*** 619,625 **** + } + #else + #define SDL_CALL_STRETCHER \ +! asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest)) + #endif + #else + #define SDL_CALL_STRETCHER \ +--- 619,625 ---- + } + #else + #define SDL_CALL_STRETCHER \ +! // asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest)) + #endif + #else + #define SDL_CALL_STRETCHER \ diff --git a/emulators/vba/files/patch-ab b/emulators/vba/files/patch-ab new file mode 100644 index 000000000000..112ce574c28d --- /dev/null +++ b/emulators/vba/files/patch-ab @@ -0,0 +1,64 @@ +*** configure.orig Sat Aug 23 16:20:50 2003 +--- configure Fri Sep 5 01:50:01 2003 +*************** +*** 2726,2784 **** + + fi + +- echo $ac_n "checking for socklen_t""... $ac_c" 1>&6 +- echo "configure:2731: checking for socklen_t" >&5 +- cat > conftest.$ac_ext <<EOF +- #line 2733 "configure" +- #include "confdefs.h" +- #include <sys/socket.h> +- socklen_t x; +- +- int main() { +- +- ; return 0; } +- EOF +- if { (eval echo configure:2742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +- rm -rf conftest* +- echo "$ac_t""yes" 1>&6 +- else +- echo "configure: failed program was:" >&5 +- cat conftest.$ac_ext >&5 +- rm -rf conftest* +- +- cat > conftest.$ac_ext <<EOF +- #line 2751 "configure" +- #include "confdefs.h" +- #include <sys/socket.h> +- int accept (int, struct sockaddr *, size_t *); +- +- int main() { +- +- ; return 0; } +- EOF +- if { (eval echo configure:2760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +- rm -rf conftest* +- +- echo "$ac_t""size_t" 1>&6 +- cat >> confdefs.h <<\EOF +- #define socklen_t size_t +- EOF +- +- else +- echo "configure: failed program was:" >&5 +- cat conftest.$ac_ext >&5 +- rm -rf conftest* +- +- echo "$ac_t""int" 1>&6 +- cat >> confdefs.h <<\EOF +- #define socklen_t int +- EOF +- +- fi +- rm -f conftest* +- fi +- rm -f conftest* +- + echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 + echo "configure:2784: checking whether byte ordering is bigendian" >&5 + if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then +--- 2726,2731 ---- diff --git a/emulators/vba/files/socket.h.diff b/emulators/vba/files/socket.h.diff new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/emulators/vba/files/socket.h.diff |