diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-25 05:43:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-10-25 05:43:41 +0000 |
commit | 2a5c8652e56c16ebe2c1d9a664e2141c3f1ea45b (patch) | |
tree | ba55e5b9dedc2173f3ffa55ff5236bdde89f15d0 /emulators/uae/Makefile | |
parent | 24524caf0f81294c436f438eecf24344813f19c9 (diff) |
- add MAKE_JOBS_UNSAFE
to fix build error:
crt1.c:(.text+0xa8): undefined reference to `main'
gmake[2]: *** [build68k] Error 1
Notes
Notes:
svn path=/head/; revision=331557
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |