pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unace Not MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26bbc432f913
branches:  trunk
changeset: 645212:26bbc432f913
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 25 13:08:50 2015 +0000

description:
Not MAKE_JOBS_SAFE.

diffstat:

 archivers/unace/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7483280be344 -r 26bbc432f913 archivers/unace/Makefile
--- a/archivers/unace/Makefile  Sun Jan 25 12:21:33 2015 +0000
+++ b/archivers/unace/Makefile  Sun Jan 25 13:08:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/10/09 14:05:54 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/01/25 13:08:50 joerg Exp $
 #
 
 DISTNAME=      unace-1.2b
@@ -12,6 +12,9 @@
 COMMENT=       Extract, list and test files in ACE archives
 LICENSE=               unace-source-license
 
+# clang: error: no such file or directory: 'uac_crc.o'
+MAKE_JOBS_SAFE=        no
+
 RESTRICTED=            Only original file distribution.
 NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}



Home | Main Index | Thread Index | Old Index