Tue Dec 28 05:25:03 2010 UTC ()
Not MAKE_JOBS_SAFE; failed at -j8


(dholland)
diff -r1.53 -r1.54 pkgsrc/emulators/uae/Makefile

cvs diff -r1.53 -r1.54 pkgsrc/emulators/uae/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/uae/Makefile 2010/11/15 22:56:57 1.53
+++ pkgsrc/emulators/uae/Makefile 2010/12/28 05:25:03 1.54
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.53 2010/11/15 22:56:57 abs Exp $ 1# $NetBSD: Makefile,v 1.54 2010/12/28 05:25:03 dholland Exp $
2 2
3DISTNAME= uae-0.8.25 3DISTNAME= uae-0.8.25
4PKGREVISION= 7 4PKGREVISION= 7
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/ 6MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
7 7
8MAINTAINER= kristerw@NetBSD.org 8MAINTAINER= kristerw@NetBSD.org
9HOMEPAGE= http://uae.coresystems.de/ 9HOMEPAGE= http://uae.coresystems.de/
10COMMENT= The UAE Amiga Emulator 10COMMENT= The UAE Amiga Emulator
11 11
12DEPENDS+= unzip>=5.40:../../archivers/unzip 12DEPENDS+= unzip>=5.40:../../archivers/unzip
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
 15MAKE_JOBS_SAFE= no
15 16
16USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
18 19
19CONFIGURE_ARGS+= --enable-dga --enable-vidmode 20CONFIGURE_ARGS+= --enable-dga --enable-vidmode
20 21
21.include "../../mk/bsd.fast.prefs.mk" 22.include "../../mk/bsd.fast.prefs.mk"
22 23
23.if ${OPSYS} == NetBSD && exists(/usr/include/sys/statvfs.h) 24.if ${OPSYS} == NetBSD && exists(/usr/include/sys/statvfs.h)
24CONFIGURE_ENV+= cv_func_getmntinfo=yes fu_cv_sys_mounted_getmntinfo=yes 25CONFIGURE_ENV+= cv_func_getmntinfo=yes fu_cv_sys_mounted_getmntinfo=yes
25.endif 26.endif
26 27
27INSTALLATION_DIRS= bin 28INSTALLATION_DIRS= bin