summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}