Skip to content

Commit

Permalink
net/netcat: Workaround LLVM15 build errors
Browse files Browse the repository at this point in the history
Circumvent LLVM build errors. Permanent fixes will come later.

While at it, assume care and feeding of this port.

MFH:		2023Q2
  • Loading branch information
cschuber committed May 8, 2023
1 parent f61b4dc commit 2804224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/netcat/Makefile
Expand Up @@ -10,14 +10,14 @@ PATCH_SITES= GENTOO
PATCHFILES= nc-v6-20000918.patch.gz
PATCH_DIST_STRIP= -p1

MAINTAINER= ports@FreeBSD.org
MAINTAINER= cy@FreeBSD.org
COMMENT= Simple utility which reads and writes data across network connections
WWW= http://nc110.sourceforge.net/

USES= tar:tgz
NO_WRKSUBDIR= yes

CFLAGS+= -D${OPSYS:tu}
CFLAGS+= -D${OPSYS:tu} -Wno-int-conversion
LDFLAGS+= -static

PORTDOCS= README
Expand Down

0 comments on commit 2804224

Please sign in to comment.