summaryrefslogtreecommitdiff
path: root/biology/star/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/star/files/patch-Makefile')
-rw-r--r--biology/star/files/patch-Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/biology/star/files/patch-Makefile b/biology/star/files/patch-Makefile
index c9943e2e73bc..55d592e70c2f 100644
--- a/biology/star/files/patch-Makefile
+++ b/biology/star/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2022-11-01 14:50:35 UTC
+--- Makefile.orig 2023-08-15 19:21:58 UTC
+++ Makefile
-@@ -11,6 +11,10 @@ CXXFLAGSextra ?=
+@@ -11,14 +11,19 @@ CXXFLAGSextra ?=
# user may define the compiler
CXX ?= g++
@@ -9,9 +9,11 @@
+HTSLIB ?= htslib
+
# pre-defined flags
- LDFLAGS_shared := -pthread -Lhtslib -Bstatic -lhts -Bdynamic -lz
- LDFLAGS_static := -static -static-libgcc -pthread -Lhtslib -lhts -lz
-@@ -18,7 +22,8 @@ LDFLAGS_Mac :=-pthread -lz htslib/libhts.a
+-LDFLAGS_shared := -pthread -Lhtslib -Bstatic -lhts -Bdynamic -lz
+-LDFLAGS_static := -static -static-libgcc -pthread -Lhtslib -lhts -lz
++LDFLAGS_shared := -pthread -lhts -lz
++LDFLAGS_static := -static -pthread -lhts -lz
+ LDFLAGS_Mac :=-pthread -lz htslib/libhts.a
LDFLAGS_Mac_static :=-pthread -lz -static-libgcc htslib/libhts.a
LDFLAGS_gdb := $(LDFLAGS_shared)