diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-20 14:49:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-20 14:49:56 +0000 |
commit | 75943a07ed381c3926c2c86b2cf12e8ae23b49fc (patch) | |
tree | 29b3ad2f02858d4974de6ed69b77e186fe7f191f /benchmarks/ubench/files/patch-aa | |
parent | Update port to 4.42 (diff) |
Update to version 0.32
PR: 20703
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=31790
Diffstat (limited to 'benchmarks/ubench/files/patch-aa')
-rw-r--r-- | benchmarks/ubench/files/patch-aa | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/benchmarks/ubench/files/patch-aa b/benchmarks/ubench/files/patch-aa index 3c31523047fd..ee24e0be1611 100644 --- a/benchmarks/ubench/files/patch-aa +++ b/benchmarks/ubench/files/patch-aa @@ -1,22 +1,20 @@ ---- configure.orig Mon May 29 04:46:09 2000 -+++ configure Tue Jun 6 16:21:42 2000 +--- configure.orig Sat Aug 19 23:51:05 2000 ++++ configure Sat Aug 19 23:52:51 2000 @@ -12,7 +12,8 @@ ############################################################################### #DEFINES=-DDEBUG -INSTALLDIR= /usr/local/bin +INSTALLDIR= \$(PREFIX)/bin -+MANDIR= \$(PREFIX)/man/man8 ++MANDIR = \$(PREFIX)/man/man8 ! -@@ -113,8 +114,8 @@ - ;; +@@ -114,7 +115,7 @@ *) cat <<! >> Makefile --CC = cc + CC = cc -CFLAGS = -+CC ?= cc +CFLAGS += -D${SYSTEM} LDFLAGS = -lm INCLUDES = -I. |