summaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm/files/patch-src_api_Makefile.in
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2020-03-15 01:34:00 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2020-03-15 01:34:00 +0000
commitc0c03b510594d6fcaeabfafba6b02dab78beebe1 (patch)
tree8fe32566ee6cc9214097ac6c600d627cf4f035cf /sysutils/slurm-wlm/files/patch-src_api_Makefile.in
parentmath/dune-localfunctions: Fix build with DOCS=OFF (diff)
sysutils/slurm-wlm: Patch build system for clang/lld 10
PR: ports/244508 Submitted by: dim
Diffstat (limited to 'sysutils/slurm-wlm/files/patch-src_api_Makefile.in')
-rw-r--r--sysutils/slurm-wlm/files/patch-src_api_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/slurm-wlm/files/patch-src_api_Makefile.in b/sysutils/slurm-wlm/files/patch-src_api_Makefile.in
new file mode 100644
index 000000000000..5757d1f40e63
--- /dev/null
+++ b/sysutils/slurm-wlm/files/patch-src_api_Makefile.in
@@ -0,0 +1,10 @@
+--- src/api/Makefile.in.orig 2020-02-29 23:53:10 UTC
++++ src/api/Makefile.in
+@@ -1300,7 +1300,6 @@ $(VERSION_SCRIPT) :
+
+ $(FULL_VERSION_SCRIPT) :
+ (echo "{ global: *;"; \
+- echo " local: *;"; \
+ echo "};") > $(FULL_VERSION_SCRIPT)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.