git: 20e2504e185c - main - audio/musicpd: unbreak build after 620968a43a5f
Jan Beich
jbeich at FreeBSD.org
Sat Oct 2 00:11:02 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=20e2504e185cf25ca9e8df6a1e9bac534d9d3af3
commit 20e2504e185cf25ca9e8df6a1e9bac534d9d3af3
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-10-01 23:49:02 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-10-02 00:10:14 +0000
audio/musicpd: unbreak build after 620968a43a5f
meson.build:105:0: ERROR: Unknown variable "test_ldflags".
Reported by: pkg-fallout
---
audio/musicpd/files/patch-meson.build | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/audio/musicpd/files/patch-meson.build b/audio/musicpd/files/patch-meson.build
deleted file mode 100644
index 4f6749c66ad8..000000000000
--- a/audio/musicpd/files/patch-meson.build
+++ /dev/null
@@ -1,11 +0,0 @@
---- meson.build.orig 2021-06-23 18:56:13 UTC
-+++ meson.build
-@@ -102,7 +102,7 @@ test_cflags = test_common_flags + [
- '-Wwrite-strings',
- ]
-
--test_ldflags = [
-+test_ldflags += [
- # make relocations read-only (hardening)
- '-Wl,-z,relro',
-
More information about the dev-commits-ports-all
mailing list