summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg>2015-01-25 13:08:50 +0000
committerjoerg <joerg>2015-01-25 13:08:50 +0000
commit12998dc202382ba191df34b43aabeeb90ca0fcae (patch)
treed3bf55e253d69ac923bd1983eb6c5a028c5b8654 /archivers
parent76070b3f018cbe3ed287867804bea6bd1bed837c (diff)
downloadpkgsrc-12998dc202382ba191df34b43aabeeb90ca0fcae.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'archivers')
-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}