summaryrefslogtreecommitdiff
path: root/archivers/unace
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-01-25 13:08:50 +0000
committerjoerg <joerg@pkgsrc.org>2015-01-25 13:08:50 +0000
commite87e0737edfdab5ecff9217e91b0890fb9c9ea8b (patch)
treed3bf55e253d69ac923bd1983eb6c5a028c5b8654 /archivers/unace
parent83361b367da99ce345a1c933971e4e2ff2706d59 (diff)
downloadpkgsrc-e87e0737edfdab5ecff9217e91b0890fb9c9ea8b.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'archivers/unace')
-rw-r--r--archivers/unace/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile
index 83d0c99f281..5b236d28115 100644
--- a/archivers/unace/Makefile
+++ b/archivers/unace/Makefile
@@ -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 @@ HOMEPAGE= http://www.winace.com/
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}