summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-08-11 18:47:39 +0000
committerjoerg <joerg@pkgsrc.org>2020-08-11 18:47:39 +0000
commitc5469d2795de9dca648e0de68e2a266adabde046 (patch)
treeee4166df286a7d314e2ab6ba131a0018b1474f0e
parented817190eb6785d5d65e5e2216fc907af9db41b4 (diff)
downloadpkgsrc-c5469d2795de9dca648e0de68e2a266adabde046.tar.gz
Build can use a lot of memory, untighten.
-rw-r--r--emulators/gearboy/Makefile4
-rw-r--r--emulators/gearsystem/Makefile4
-rw-r--r--emulators/libretro-fbneo/Makefile4
-rw-r--r--emulators/libretro-gearboy/Makefile4
-rw-r--r--emulators/libretro-gearsystem/Makefile4
5 files changed, 15 insertions, 5 deletions
diff --git a/emulators/gearboy/Makefile b/emulators/gearboy/Makefile
index 694fd04b180..8787deb4cf2 100644
--- a/emulators/gearboy/Makefile
+++ b/emulators/gearboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:24:32 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:39 joerg Exp $
.include "Makefile.common"
@@ -7,6 +7,8 @@ HOMEPAGE= https://github.com/drhelius/Gearboy
COMMENT= Game Boy / Gameboy Color emulator
LICENSE= gnu-gpl-v3
+UNLIMIT_RESOURCES+= datasize virtualsize
+
USE_TOOLS+= gmake
BUILD_DIRS= platforms/linux
diff --git a/emulators/gearsystem/Makefile b/emulators/gearsystem/Makefile
index a50b953dfa8..56cd6ea9ca4 100644
--- a/emulators/gearsystem/Makefile
+++ b/emulators/gearsystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:25:00 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:39 joerg Exp $
.include "Makefile.common"
@@ -7,6 +7,8 @@ HOMEPAGE= https://github.com/drhelius/Gearsystem
COMMENT= Sega Master System / Game Gear / SG-1000 emulator
LICENSE= gnu-gpl-v3
+UNLIMIT_RESOURCES+= datasize virtualsize
+
USE_TOOLS+= gmake
BUILD_DIRS= platforms/linux
diff --git a/emulators/libretro-fbneo/Makefile b/emulators/libretro-fbneo/Makefile
index d43456dce96..e7fbae62596 100644
--- a/emulators/libretro-fbneo/Makefile
+++ b/emulators/libretro-fbneo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/31 15:26:09 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/11 18:47:39 joerg Exp $
DISTNAME= libretro-fbneo-20200530
CATEGORIES= emulators
@@ -12,6 +12,8 @@ LICENSE= fbalpha-license
SUPERSEDES+= libretro-fbalpha-[0-9]*
+UNLIMIT_RESOURCES+= datasize virtualsize
+
BUILD_DIRS= src/burner/libretro
USE_LANGUAGES= c c++
diff --git a/emulators/libretro-gearboy/Makefile b/emulators/libretro-gearboy/Makefile
index 9d87ad456eb..a075b3ebafa 100644
--- a/emulators/libretro-gearboy/Makefile
+++ b/emulators/libretro-gearboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:25:45 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:39 joerg Exp $
LIBRETRO_CORE= gearboy
@@ -12,6 +12,8 @@ HOMEPAGE= https://docs.libretro.com/library/gearboy/
COMMENT= Libretro core based on the Gearboy Game Boy emlator
LICENSE= gnu-gpl-v3
+UNLIMIT_RESOURCES+= datasize virtualsize
+
BUILD_DIRS= platforms/libretro
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-version-script=./link.T
diff --git a/emulators/libretro-gearsystem/Makefile b/emulators/libretro-gearsystem/Makefile
index 44b559fef9d..b58b5a31d98 100644
--- a/emulators/libretro-gearsystem/Makefile
+++ b/emulators/libretro-gearsystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:26:27 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:40 joerg Exp $
LIBRETRO_CORE= gearsystem
@@ -12,6 +12,8 @@ HOMEPAGE= https://docs.libretro.com/library/gearsystem/
COMMENT= Libretro core based on the Gearsystem Master System emlator
LICENSE= gnu-gpl-v3
+UNLIMIT_RESOURCES+= datasize virtualsize
+
BUILD_DIRS= platforms/libretro
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-version-script=./link.T