aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hfsutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-27 07:58:10 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-27 07:58:10 +0000
commit0a4387b879b61b3c2149d282d2bc7f7111cc9ede (patch)
tree92c0269a68582cc5d0215ef94cc75a9a652c7209 /sysutils/hfsutils
parent8529a89dc1655e34ce4e6a8e8beaf3003c62ca19 (diff)
downloadports-0a4387b879b61b3c2149d282d2bc7f7111cc9ede.tar.gz
ports-0a4387b879b61b3c2149d282d2bc7f7111cc9ede.zip
There is a bug (misfeature?) in our make(1) with certain Makefiles, when the
build breaks once -jX is passed (with any X), e.g. for this port: cc ck_mdb.o ck_volume.o ck_btree.o hfsck.o util.o main.o ../suid.o ../version.o -L../libhfs -lhfs -o hfsck cc: ../suid.o: No such file or directory cc: ../version.o: No such file or directory *** Error code 1 1 error *** Error code 2 1 error ===> Compilation failed unexpectedly. Reluctantly force GNU make(1) for the time being with corresponding comment.
Notes
Notes: svn path=/head/; revision=319165
Diffstat (limited to 'sysutils/hfsutils')
-rw-r--r--sysutils/hfsutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile
index 55d930a6da5a..160cdfb35bc5 100644
--- a/sysutils/hfsutils/Makefile
+++ b/sysutils/hfsutils/Makefile
@@ -15,6 +15,7 @@ LICENSE= GPLv2
CONFLICTS= hfs-[0-9]*
GNU_CONFIGURE= yes
+USE_GMAKE= yes # passing -jX breaks BSD make(1)
ALL_TARGET= all hfsck/hfsck
MAN1= hattrib.1 \