net-dialup/tcpser: fix typo in CFLAGS patch

Closes: https://bugs.gentoo.org/920894
Signed-off-by: Seth M. Price <sprice623@aol.com>
This commit is contained in:
Seth M. Price 2023-12-31 13:45:28 -05:00
parent 6afc2668e0
commit 78dbea3503
No known key found for this signature in database
GPG Key ID: B07A0FB4BF46F9BD

View File

@ -10,7 +10,7 @@ From: Seth M. Price <sprice623@aol.com>
DEF =
-CFLAGS = -O $(DEF) -Wall
-LDFLAGS = -lpthread
+CFLAGS =
+CFLAGS +=
+LDFLAGS += -lpthread
DEPEND = makedepend $(DEF) $(CFLAGS)