diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 08:06:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 08:06:04 +0000 |
commit | 8ae45db4f50156835037b97f4d7c95f57000669b (patch) | |
tree | 167620094c62aa532a4431312c710ae9e3ff286f /emulators/openmsx/patches | |
parent | d95e712feb9b204f72feb0bdd64b84364c239904 (diff) | |
download | pkgsrc-8ae45db4f50156835037b97f4d7c95f57000669b.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) |