aboutsummaryrefslogtreecommitdiff
path: root/ftp/IglooFTP
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2009-03-24 12:51:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2009-03-24 12:51:19 +0000
commitc768560d75a488817a615111433fa44dc943e929 (patch)
treeab970b51b8bfaccd045b9664a5b45c3f79267b1c /ftp/IglooFTP
parentb4fd4d7e1bf5f675c1d224cd53540ab816b74e6c (diff)
downloadports-c768560d75a488817a615111433fa44dc943e929.tar.gz
ports-c768560d75a488817a615111433fa44dc943e929.zip
Notes
Diffstat (limited to 'ftp/IglooFTP')
-rw-r--r--ftp/IglooFTP/Makefile1
-rw-r--r--ftp/IglooFTP/files/patch-Makefile14
2 files changed, 12 insertions, 3 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile
index 2369df794be6..5e619c103c56 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 35cb9d0f000e..49726c12454f 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