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-aa | |
| 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-aa')
| -rw-r--r-- | benchmarks/nbench/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/nbench/files/patch-aa b/benchmarks/nbench/files/patch-aa index e065dcf4b2c4..f7c039a96eb1 100644 --- a/benchmarks/nbench/files/patch-aa +++ b/benchmarks/nbench/files/patch-aa @@ -1,11 +1,11 @@ ---- nbench1.h Thu Dec 11 20:54:46 1997 -+++ /home/andy/tmp/wrk/nbench1.h Wed Dec 17 08:28:11 1997 +--- nbench1.h.orig Thu Dec 11 20:54:46 1997 ++++ nbench1.h Wed Dec 17 08:28:11 1997 @@ -352,7 +352,7 @@ ** The Neural Net test requires an input data file. ** The name is specified here. */ -char *inpath="NNET.DAT"; -+char *inpath="/usr/local/share/nbench/NNET.DAT"; ++char *inpath=DATADIR "NNET.DAT"; /* ** PROTOTYPES |
