aboutsummaryrefslogtreecommitdiff
path: root/math/sfst
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-17 00:33:04 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-17 00:33:04 +0000
commitdb4d89c73ee928f629487ab8e0270e1ebcb153bc (patch)
tree3f60fca937c3c93c34f4aab65217b23976c74c8e /math/sfst
parent3eb22054ea6def1d00e2150ed49715dc1119c154 (diff)
downloadports-db4d89c73ee928f629487ab8e0270e1ebcb153bc.tar.gz
ports-db4d89c73ee928f629487ab8e0270e1ebcb153bc.zip
Notes
Diffstat (limited to 'math/sfst')
-rw-r--r--math/sfst/files/patch-src-Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/sfst/files/patch-src-Makefile b/math/sfst/files/patch-src-Makefile
index 0a7d2f5e78b8..a3d1e3afdacc 100644
--- a/math/sfst/files/patch-src-Makefile
+++ b/math/sfst/files/patch-src-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2012-01-10 13:13:14.000000000 +0400
-+++ Makefile 2014-07-07 15:57:36.000000000 +0400
+--- ./Makefile.orig 2012-01-10 04:13:14.000000000 -0500
++++ ./Makefile 2014-08-16 20:31:58.000000000 -0400
@@ -1,8 +1,8 @@
# try different definitions of SGILIB if hash_map is not found
@@ -11,7 +11,7 @@
# comment the following lines if readline is not found
READLINE = -DREADLINE
-@@ -18,18 +18,18 @@
+@@ -18,19 +18,19 @@
# Uncomment this line in order to compile a library and
# run "make clean" in order to force a recompilation of the object files
@@ -30,10 +30,12 @@
+CC ?= cc
CL = $(CC)
-CFLAGS = -O3 $(WARNING) $(SGILIB) $(CDT) $(READLINE) $(FPIC)
+-LDFLAGS =
+CFLAGS += $(WARNING) $(SGILIB) $(CDT) $(READLINE) $(FPIC)
- LDFLAGS =
++#LDFLAGS =
CXXFLAGS = $(CFLAGS)
+ LXXFLAGS = $(LDFLAGS)
@@ -46,7 +46,7 @@
endif