diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-26 22:24:35 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-26 22:24:35 +0000 |
commit | ac8c34ceebf61c0f838c2c016fa9a6fef43f0872 (patch) | |
tree | 0bb7df356223e39329968c4fd44a7074788c50b3 /emulators | |
parent | 38416b6b636e0ad2a33f069e4da1250c2f897537 (diff) | |
download | pkgsrc-ac8c34ceebf61c0f838c2c016fa9a6fef43f0872.tar.gz |
Make this package compile on NetBSD current.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/uae/distinfo | 3 | ||||
-rw-r--r-- | emulators/uae/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo index aea716edb9d..bd4a2fd0930 100644 --- a/emulators/uae/distinfo +++ b/emulators/uae/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2002/07/28 19:58:24 kristerw Exp $ +$NetBSD: distinfo,v 1.11 2004/03/26 22:24:35 kristerw Exp $ SHA1 (uae-0.8.22.tar.gz) = fc79f9bdc93879447fa2295acbe216e433671315 Size (uae-0.8.22.tar.gz) = 937486 bytes SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9 SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e +SHA1 (patch-ac) = 117ddc9b29398f9ab086555e25daa2aba6a2b918 diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac new file mode 100644 index 00000000000..11e9deb1fe5 --- /dev/null +++ b/emulators/uae/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.8 2004/03/26 22:24:36 kristerw Exp $ + +--- configure.orig 2004-03-26 21:52:11.000000000 +0000 ++++ configure 2004-03-26 21:52:55.000000000 +0000 +@@ -6400,7 +6400,7 @@ + int soundfd; ioctl (soundfd, SNDCTL_DSP_GETFMTS, 0); + ; return 0; } + EOF +-if { (eval echo configure:6404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:6404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + echo "$ac_t""yes" 1>&6 + HAVE_USS_SOUND=yes |