mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/netcat: Workaround LLVM15 build errors
Circumvent LLVM build errors. Permanent fixes will come later. While at it, assume care and feeding of this port. MFH: 2023Q2
This commit is contained in:
parent
f61b4dc8d5
commit
2804224713
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user