pkgsrc/emulators/openmsx/patches/patch-aa
xtraeme 6ac0adc2fb Update to 0.6.2 (latest stable version) requested by a netbsd user
on irc.

This version includes video recording, more realistic PSG and SCC
sound, significant optimizations, easier to use game trainers, as well
as a lot of other improvements and bugfixes.
2007-05-19 01:24:26 +00:00

13 lines
376 B
Text

$NetBSD: patch-aa,v 1.4 2007/05/19 01:24:26 xtraeme Exp $
--- build/detectsys.sh.orig 2007-05-19 03:12:27.000000000 +0200
+++ build/detectsys.sh 2007-05-19 03:12:48.000000000 +0200
@@ -77,6 +77,8 @@
OPENMSX_TARGET_OS=freebsd;;
*netbsd*)
OPENMSX_TARGET_OS=netbsd;;
+ *dragonfly*)
+ OPENMSX_TARGET_OS=dragonfly;;
*openbsd*)
OPENMSX_TARGET_OS=openbsd;;
*mingw*)