Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2021 00:11:02 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20e2504e185c - main - audio/musicpd: unbreak build after 620968a43a5f
Message-ID:  <202110020011.1920B2NZ088193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20e2504e185cf25ca9e8df6a1e9bac534d9d3af3

commit 20e2504e185cf25ca9e8df6a1e9bac534d9d3af3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-01 23:49:02 +0000
Commit:     Jan Beich <jbeich@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',
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110020011.1920B2NZ088193>