diff options
author | arved <arved@FreeBSD.org> | 2009-03-24 20:51:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-03-24 20:51:19 +0800 |
commit | 9504bf6ad28fe8552bb1be9205654447b297c7bb (patch) | |
tree | aec1e69551e71e593383e85edc78ed2410f8d43c /ftp | |
parent | d0eb30c3e622d25ba1c82123ae16da825a88e1b5 (diff) | |
download | freebsd-ports-graphics-9504bf6ad28fe8552bb1be9205654447b297c7bb.tar.gz freebsd-ports-graphics-9504bf6ad28fe8552bb1be9205654447b297c7bb.tar.zst freebsd-ports-graphics-9504bf6ad28fe8552bb1be9205654447b297c7bb.zip |
fix make -j
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/IglooFTP/Makefile | 1 | ||||
-rw-r--r-- | ftp/IglooFTP/files/patch-Makefile | 14 |
2 files changed, 12 insertions, 3 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index 2369df794be..5e619c103c5 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -23,6 +23,7 @@ USE_XORG= x11 xmu USE_GNOME= gtk12 ALL_TARGET= # empty MAKE_ARGS= CC=${CC} C_FLAGS="${CFLAGS}" DESTDIR=${PREFIX} +MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> diff --git a/ftp/IglooFTP/files/patch-Makefile b/ftp/IglooFTP/files/patch-Makefile index 35cb9d0f000..49726c12454 100644 --- a/ftp/IglooFTP/files/patch-Makefile +++ b/ftp/IglooFTP/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Apr 15 18:05:15 1999 -+++ Makefile Tue Feb 14 16:19:17 2006 +--- Makefile.orig 1999-04-15 18:05:15.000000000 +0200 ++++ Makefile 2009-03-24 13:47:15.000000000 +0100 @@ -1,9 +1,9 @@ SHELL=/bin/sh CC = gcc @@ -36,7 +36,15 @@ -@@ -111,7 +111,7 @@ +@@ -99,6 +99,7 @@ + + version.o : version.h + ++custom.o: custom.c version.h + + version.h : FORCE + @echo "/* this header is automatically generated */" > version.h +@@ -111,7 +112,7 @@ @echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h @echo "#define COMPILE_BY \"`whoami`\"" >> version.h @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h |