diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-01 23:37:02 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-01 23:37:02 +0000 |
| commit | ef2ecca4b33f18228c45309c5786d61702ca9a18 (patch) | |
| tree | 1b448ac3ad6529f1b9c4a26e2cced12062e7632d /benchmarks/nbench/files/patch-ac | |
| parent | 128571445c5cb63ed311d34326c973ce22e5057f (diff) | |
- Support PREFIX/CC/CFLAGS properly
- Support NOPORTDOCS
- Add WWW: line into pkg/DESCR
PR: 20148
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'benchmarks/nbench/files/patch-ac')
| -rw-r--r-- | benchmarks/nbench/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-ac b/benchmarks/nbench/files/patch-ac new file mode 100644 index 000000000000..c31eeaa16564 --- /dev/null +++ b/benchmarks/nbench/files/patch-ac @@ -0,0 +1,11 @@ +--- sysspec.h.orig Fri Dec 12 05:54:46 1997 ++++ sysspec.h Tue Jul 25 02:30:29 2000 +@@ -33,7 +33,7 @@ + + #include "nmglobal.h" + +-#ifndef MAC ++#if !defined(MAC) && !defined(__STDC__) + #include <malloc.h> + #endif + |
