aboutsummaryrefslogtreecommitdiffstats
path: root/math/primme/files/patch-examples_Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-28 04:32:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-28 04:32:44 +0000
commit1dbf74e111d6ade3c691f2f5afb4ef1ea99d949b (patch)
tree8575cd490c0b96bf6d2e825299c903aa9ebe6f70 /math/primme/files/patch-examples_Makefile
parentabc2314129392d954d4aa28b7464bb622b2a8025 (diff)
math/primme: 2.1.20181011 -> 2.2
Reported by: portscout
Diffstat (limited to 'math/primme/files/patch-examples_Makefile')
-rw-r--r--math/primme/files/patch-examples_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/primme/files/patch-examples_Makefile b/math/primme/files/patch-examples_Makefile
new file mode 100644
index 000000000000..e3b18cd23de1
--- /dev/null
+++ b/math/primme/files/patch-examples_Makefile
@@ -0,0 +1,11 @@
+--- examples/Makefile.orig 2018-10-28 03:29:33 UTC
++++ examples/Makefile
+@@ -8,7 +8,7 @@ include ../Link_flags
+
+ override INCLUDE += -I../include
+ override FINCLUDE += -I../include
+-LIBS := ../lib/libprimme.a $(LIBS)
++LIBS := ../lib/libprimme.so $(LIBS)
+
+ EXAMPLES_C = ex_eigs_dseq ex_eigs_zseq ex_svds_dseq ex_svds_zseq
+ EXAMPLES_CXX = ex_eigs_zseqxx ex_svds_zseqxx