diff options
author | xtraeme <xtraeme> | 2004-10-25 08:06:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-10-25 08:06:04 +0000 |
commit | d2ca70273f79b3dfa0b4882a4335cd375c3aefbd (patch) | |
tree | 167620094c62aa532a4431312c710ae9e3ff286f /emulators/openmsx/patches | |
parent | cc8ee831b71bcf06244ef6758233c8547240bb53 (diff) | |
download | pkgsrc-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-ab | 15 |
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) |