diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 21:31:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-09 21:31:56 +0000 |
commit | 928be63b8432a143d71720dda74935f185a943ad (patch) | |
tree | 918cfd0a522b05384b89bdaed4f70931d2170adc /math/msieve/files | |
parent | 1abe65568c58bdc780a0be9fb326cc30d7e0dfa6 (diff) |
Notes
Diffstat (limited to 'math/msieve/files')
-rw-r--r-- | math/msieve/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/msieve/files/patch-Makefile b/math/msieve/files/patch-Makefile index 1f5c7646c2e9..1a8d7e1910fa 100644 --- a/math/msieve/files/patch-Makefile +++ b/math/msieve/files/patch-Makefile @@ -1,9 +1,9 @@ ---- Makefile.orig Sun Dec 31 21:10:39 2006 -+++ Makefile Wed Jan 3 01:34:16 2007 -@@ -22,21 +22,21 @@ - # WARN_FLAGS = -Wall -W -Wconversion +--- Makefile.orig Fri Jan 5 07:22:21 2007 ++++ Makefile Fri Jan 5 16:30:18 2007 +@@ -23,21 +23,21 @@ - # gcc for x86 and x86-64 + # gcc for x86 and x86-64; use the k8 flag below if running + # a 64-bit operating system on a 64-bit processor -CC = gcc -OPT_FLAGS = -O3 -fomit-frame-pointer +#CC = gcc @@ -28,7 +28,7 @@ COMMON_HDR = \ include/ap.h \ -@@ -100,13 +100,13 @@ +@@ -101,13 +101,13 @@ rm -f libmsieve.a ar r libmsieve.a $(OBJS) ranlib libmsieve.a |