diff options
author | pawel <pawel@FreeBSD.org> | 2012-06-07 04:06:08 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-06-07 04:06:08 +0800 |
commit | 715abedbc5d12d35194b457b6ed9ab65fa480bfa (patch) | |
tree | 4ebf58ef636c29a299237a8cc2a058234f0bd9e7 /www/harvest | |
parent | cfcfeb1f4e3caf2f2a1dd588ddb8bc90dc683b15 (diff) | |
download | freebsd-ports-gnome-715abedbc5d12d35194b457b6ed9ab65fa480bfa.tar.gz freebsd-ports-gnome-715abedbc5d12d35194b457b6ed9ab65fa480bfa.tar.zst freebsd-ports-gnome-715abedbc5d12d35194b457b6ed9ab65fa480bfa.zip |
Mark MAKE_JOBS_UNSAFE
Making all in template
cc -I../include -I./../include -c template.c
cc -I../include -I./../include -c cksoif.c
cc -I../include -I./../include -c print-attr.c
cc -o cksoif cksoif.o -L../lib -ltemplate -lutil
/usr/bin/ld: cannot find -ltemplate
*** [cksoif] Error code 1
1 error
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index c251b5beaf2f..ddbb545e6d0c 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -20,6 +20,7 @@ LIBTOOLFILES= configure src/gatherer/curl/configure USE_LDCONFIG= yes NO_MTREE= yes CONFIGURE_ARGS?= --prefix=${PREFIX}/${PORTNAME} --without-wish +MAKE_JOBS_UNSAFE= yes STRIP= # none |