diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:31:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:31:45 +0000 |
commit | 64308b7fbd9d2a4a949b19eafe27215d627c375d (patch) | |
tree | 98a97ae2ce5743f8206101b7dc0f73ceaff53c58 /devel/libshhopt | |
parent | 4b7eb9972bf7589e3d8e3b9d0d19de04db94edeb (diff) |
Notes
Diffstat (limited to 'devel/libshhopt')
-rw-r--r-- | devel/libshhopt/files/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libshhopt/files/patch-aa b/devel/libshhopt/files/patch-aa index c008fefe63fc..14920a3547b6 100644 --- a/devel/libshhopt/files/patch-aa +++ b/devel/libshhopt/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Mar 10 17:45:19 2000 -+++ Makefile Tue Jul 4 21:40:24 2000 +--- Makefile.orig Fri Mar 10 08:45:19 2000 ++++ Makefile Sun Apr 29 23:26:59 2001 @@ -6,7 +6,7 @@ VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) @@ -25,8 +25,9 @@ +MKDIRP = mkdir -p -CC = gcc +-OPTIM = -O2 +#CC = gcc - OPTIM = -O2 ++OPTIM = $(CFLAGS) INCDIR = -I. |