aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Price <sprice623@aol.com>2023-12-31 13:45:28 -0500
committerSeth M. Price <sprice623@aol.com>2023-12-31 13:56:03 -0500
commit78dbea350391d3335830e07b261bb8d158458a69 (patch)
treed7b223f5d565cccb6ebb3950a2cbe020c6b0acb2 /net-dialup
parentdev-libs/nativefiledialog-extended: Fix the 1.1.1 ebuild. (diff)
downloadguru-78dbea350391d3335830e07b261bb8d158458a69.tar.gz
guru-78dbea350391d3335830e07b261bb8d158458a69.tar.bz2
guru-78dbea350391d3335830e07b261bb8d158458a69.zip
net-dialup/tcpser: fix typo in CFLAGS patch
Closes: https://bugs.gentoo.org/920894 Signed-off-by: Seth M. Price <sprice623@aol.com>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/tcpser/files/tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch2
1 files changed, 1 insertions, 1 deletions
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 089661438..14246d31f 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 <sprice623@aol.com>
DEF =
-CFLAGS = -O $(DEF) -Wall
-LDFLAGS = -lpthread
-+CFLAGS =
++CFLAGS +=
+LDFLAGS += -lpthread
DEPEND = makedepend $(DEF) $(CFLAGS)