From 2a5c8652e56c16ebe2c1d9a664e2141c3f1ea45b Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 25 Oct 2013 05:43:41 +0000 Subject: - add MAKE_JOBS_UNSAFE to fix build error: crt1.c:(.text+0xa8): undefined reference to `main' gmake[2]: *** [build68k] Error 1 --- emulators/uae/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators') diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index cd5a6126ecdc..13fb74bcce9d 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -13,6 +13,7 @@ COMMENT= Commodore Amiga emulator LICENSE= GPLv2 CONFLICTS= e-uae-[0-9]* +MAKE_JOBS_UNSAFE=yes USE_BZIP2= yes USES= gmake pkgconfig -- cgit v1.2.3