diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 13:07:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 13:07:59 +0000 |
commit | 0e78f2abe294f40c373343e0af27217db7e6be61 (patch) | |
tree | e38d04ff0cf662dec2b1b96c9d25bc2f9e9a0d69 /emulators/vba/files/patch-ab | |
parent | Add p5-NEXT 0.60, (diff) |
New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
emulators out there.
PR: ports/56376
Submitted by: No Name <arundel@gmx.net>
Diffstat (limited to 'emulators/vba/files/patch-ab')
-rw-r--r-- | emulators/vba/files/patch-ab | 64 |
1 files changed, 64 insertions, 0 deletions
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 ---- |