diff options
author | Alexander Langer <alex@FreeBSD.org> | 2003-02-27 00:17:18 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2003-02-27 00:17:18 +0000 |
commit | 47695840417950f9e740f87925693b0ee61fd957 (patch) | |
tree | 2cc16e61f18019689524713133d6719967f7bea0 /math/fxt/files/patch-makefile | |
parent | s/PORTREVISON/PORTREVISION/ (diff) |
Fix & update to 2003.02.18
PR: 48593
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=76542
Diffstat (limited to 'math/fxt/files/patch-makefile')
-rw-r--r-- | math/fxt/files/patch-makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/math/fxt/files/patch-makefile b/math/fxt/files/patch-makefile index c2b3ea25f577..90c3a13b6e9a 100644 --- a/math/fxt/files/patch-makefile +++ b/math/fxt/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig Tue Dec 17 02:37:28 2002 -+++ makefile Sun Dec 22 08:38:00 2002 +--- makefile.orig Sat Jan 11 18:08:57 2003 ++++ makefile Mon Jan 27 16:08:56 2003 @@ -3,7 +3,7 @@ PROJ=fxt @@ -9,16 +9,15 @@ PPLIBS = -lm -lstdc++ -@@ -16,7 +16,7 @@ +@@ -15,7 +15,6 @@ # -mcpu= Schedule code for given CPU # Note that specifying `-march=CPU-TYPE' implies `-mcpu=CPU-TYPE' --OFLAGS = -O2 -ffast-math -+OFLAGS += -ffast-math - OFLAGS += $(ARCHFLAG) +-OFLAGS = -O2 OFLAGS += -fomit-frame-pointer OFLAGS += -fno-exceptions -@@ -47,12 +47,12 @@ + OFLAGS += -ffast-math +@@ -53,12 +52,12 @@ -Imod -Iwavelet -Isort -Islow #### choose the FLAG combo here: @@ -34,7 +33,7 @@ #------------------------------------- -@@ -348,16 +348,16 @@ +@@ -354,16 +353,16 @@ # @echo ' ===== make FXT lib DONE. =====' |