Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 05:43:42 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331557 - head/emulators/uae
Message-ID:  <201310250543.r9P5hghp013720@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310250543.r9P5hghp013720>