diff options
author | jmz <jmz@FreeBSD.org> | 2001-01-11 23:18:44 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-01-11 23:18:44 +0000 |
commit | e1bfc6a5dee0a9924c5a86da16e18aa771eeed53 (patch) | |
tree | 82c1ddcdddf510d258739b8a9f27b71b7e98d98e /x11 | |
parent | fba3c18394a00c18abf60a987b448ef964e4a1db (diff) | |
download | FreeBSD-ports-e1bfc6a5dee0a9924c5a86da16e18aa771eeed53.zip FreeBSD-ports-e1bfc6a5dee0a9924c5a86da16e18aa771eeed53.tar.gz |
Dont make 'World' with the -k flag. I want the compilation to stop as soon
as an error is encountered rather than at the make install phase.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/files/patch-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-0 b/x11/XFree86-4/files/patch-0 new file mode 100644 index 0000000..4ae5356 --- /dev/null +++ b/x11/XFree86-4/files/patch-0 @@ -0,0 +1,11 @@ +--- Makefile~ Wed Mar 22 22:23:30 2000 ++++ Makefile Thu Jan 11 23:40:04 2001 +@@ -8,7 +8,7 @@ + SHELL = /bin/sh + RM = rm -f + MV = mv +-WORLDOPTS = -k ++#WORLDOPTS = -k + WIN32WORLDOPTS = -i + TOP = . + CURRENT_DIR = . |