summaryrefslogtreecommitdiffstats
path: root/math/fxt/files
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2003-02-27 00:17:18 +0000
committeralex <alex@FreeBSD.org>2003-02-27 00:17:18 +0000
commit78c0a450d36baeb172297aed6fe236afb7a607b2 (patch)
treeac9fe3058c94f35c766cafcb313c1538125a194f /math/fxt/files
parent84492aa3b9e6d97fbdc8d1e411cf2b1562964ebb (diff)
downloadFreeBSD-ports-78c0a450d36baeb172297aed6fe236afb7a607b2.zip
FreeBSD-ports-78c0a450d36baeb172297aed6fe236afb7a607b2.tar.gz
Fix & update to 2003.02.18
PR: 48593 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'math/fxt/files')
-rw-r--r--math/fxt/files/patch-include::jjassert.h11
-rw-r--r--math/fxt/files/patch-makefile15
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 0000000..47b53e6
--- /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 c2b3ea2..90c3a13 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. ====='
OpenPOWER on IntegriCloud