summaryrefslogtreecommitdiff
path: root/emulators/openmsx/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-25 08:06:04 +0000
committerxtraeme <xtraeme>2004-10-25 08:06:04 +0000
commitd2ca70273f79b3dfa0b4882a4335cd375c3aefbd (patch)
tree167620094c62aa532a4431312c710ae9e3ff286f /emulators/openmsx/patches
parentcc8ee831b71bcf06244ef6758233c8547240bb53 (diff)
downloadpkgsrc-d2ca70273f79b3dfa0b4882a4335cd375c3aefbd.tar.gz
Update emulators/openmsx to 0.5.0.
Too many changes to list here, please review the ChangeLog file to see a full list of changes.
Diffstat (limited to 'emulators/openmsx/patches')
-rw-r--r--emulators/openmsx/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/openmsx/patches/patch-ab b/emulators/openmsx/patches/patch-ab
deleted file mode 100644
index d785e42c653..00000000000
--- a/emulators/openmsx/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/05/29 11:28:46 xtraeme Exp $
-
---- build/main.mk.orig 2004-05-29 12:52:37.000000000 +0200
-+++ build/main.mk 2004-05-29 12:53:36.000000000 +0200
-@@ -109,6 +109,10 @@
- OPENMSX_PLATFORM:=$(OPENMSX_TARGET_CPU)-$(OPENMSX_TARGET_OS)
- endif
-
-+ifeq ($(OPENMSX_TARGET_OS), netbsd)
-+OPENMSX_PLATFORM:=$(OPENMSX_TARGET_OS)
-+endif
-+
- # Ignore rest of Makefile if autodetection was not performed yet.
- # Note that the include above will force a reload of the Makefile.
- ifneq ($(origin OPENMSX_PLATFORM),undefined)