svn commit: r331557 - head/emulators/uae
Dirk Meyer
dinoex at FreeBSD.org
Fri Oct 25 05:43:42 UTC 2013
Author: dinoex
Date: Fri Oct 25 05:43:41 2013
New Revision: 331557
URL: http://svnweb.freebsd.org/changeset/ports/331557
Log:
- add MAKE_JOBS_UNSAFE
to fix build error:
crt1.c:(.text+0xa8): undefined reference to `main'
gmake[2]: *** [build68k] Error 1
Modified:
head/emulators/uae/Makefile
Modified: head/emulators/uae/Makefile
==============================================================================
--- head/emulators/uae/Makefile Fri Oct 25 05:31:03 2013 (r331556)
+++ head/emulators/uae/Makefile Fri Oct 25 05:43:41 2013 (r331557)
@@ -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
More information about the svn-ports-all
mailing list