diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-10-26 14:03:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-10-26 14:03:37 +0000 |
commit | c68425a12bf9bed47d64c34a5bb0195899ec5c72 (patch) | |
tree | 5d90d4a3c05450d571962ea4a03d36719b47f825 /benchmarks/nbench/files/patch-ad | |
parent | Fix typo in pkg-message (diff) |
- Update to 2.2.1
- Prune MASTER_SITEs
- Assign maintainership to submitter
PR: ports/72809
Submitted by: Frank J. Laszlo
Diffstat (limited to '')
-rw-r--r-- | benchmarks/nbench/files/patch-ad | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/nbench/files/patch-ad b/benchmarks/nbench/files/patch-ad index 01a8c8dcd411..e8f921ed49de 100644 --- a/benchmarks/nbench/files/patch-ad +++ b/benchmarks/nbench/files/patch-ad @@ -1,8 +1,8 @@ ---- Makefile.orig Fri Dec 12 05:54:46 1997 -+++ Makefile Tue Jul 25 02:27:40 2000 -@@ -22,10 +22,10 @@ - # you should leave -static in the CFLAGS so that your sysinfo can be - # compiled into the executable +--- Makefile.orig Mon Oct 18 00:07:05 2004 ++++ Makefile Mon Oct 18 00:07:51 2004 +@@ -19,10 +19,10 @@ + # You should leave -static in the CFLAGS so that your sysinfo can be + # compiled into the executable. -CC = gcc +CC ?= gcc |