git: f9c9fbc15f10 - main - sysutils/keyd: separate -ludev and LDFLAGS with some space

Jan Beich jbeich at FreeBSD.org
Tue Aug 24 00:59:18 UTC 2021


The branch main has been updated by jbeich:

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

commit f9c9fbc15f10d4f9919bbcb495b19570dc79e4b6
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-24 00:58:57 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-24 00:58:59 +0000

    sysutils/keyd: separate -ludev and LDFLAGS with some space
---
 sysutils/keyd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/keyd/Makefile b/sysutils/keyd/Makefile
index ab0eccf2b353..3d0ab363e8da 100644
--- a/sysutils/keyd/Makefile
+++ b/sysutils/keyd/Makefile
@@ -27,7 +27,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
 		-e '/systemd/d' \
 		-e '/^CFLAGS/s/=/+=/' \
-		-e '/-o/s/$$/$$(LDFLAGS)/' \
+		-e '/-o/s/$$/ $$(LDFLAGS)/' \
 		-e 's/ -O3//' \
 		${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \


More information about the dev-commits-ports-main mailing list