diff options
Diffstat (limited to 'math/fxt/files')
-rw-r--r-- | math/fxt/files/patch-include::jjassert.h | 11 | ||||
-rw-r--r-- | math/fxt/files/patch-makefile | 15 |
2 files changed, 18 insertions, 8 deletions
diff --git a/math/fxt/files/patch-include::jjassert.h b/math/fxt/files/patch-include::jjassert.h new file mode 100644 index 000000000000..47b53e6ea6a3 --- /dev/null +++ b/math/fxt/files/patch-include::jjassert.h @@ -0,0 +1,11 @@ +--- include/jjassert.h.orig Sun Feb 23 14:08:38 2003 ++++ include/jjassert.h Sun Feb 23 14:08:56 2003 +@@ -2,7 +2,7 @@ + #define HAVE_JJASSERT_H__ + + // if you don't have sys/cdefs.h just uncomment the next line: +-//#include <sys/cdefs.h> // __STRING() ++#include <sys/cdefs.h> // __STRING() + + // aux0/jjassert.cc: + // options for last action of jjassert_fail(): 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. =====' |