From 78dbea350391d3335830e07b261bb8d158458a69 Mon Sep 17 00:00:00 2001 From: "Seth M. Price" Date: Sun, 31 Dec 2023 13:45:28 -0500 Subject: [PATCH] net-dialup/tcpser: fix typo in CFLAGS patch Closes: https://bugs.gentoo.org/920894 Signed-off-by: Seth M. Price --- .../files/tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/tcpser/files/tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch b/net-dialup/tcpser/files/tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch index 089661438c..14246d31fc 100644 --- a/net-dialup/tcpser/files/tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch +++ b/net-dialup/tcpser/files/tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch @@ -10,7 +10,7 @@ From: Seth M. Price DEF = -CFLAGS = -O $(DEF) -Wall -LDFLAGS = -lpthread -+CFLAGS = ++CFLAGS += +LDFLAGS += -lpthread DEPEND = makedepend $(DEF) $(CFLAGS)