mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
net/udpxy: fix build on powerpc64 elfv2
Ignore -Werror by passing -Wno-error to fix build: util.c:857:16: error: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-int-float-conversion]
This commit is contained in:
parent
1be1f531d2
commit
bf7606a2d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542082
@ -28,6 +28,8 @@ PLIST_FILES= sbin/udpxy \
|
||||
man/man1/udpxy.1.gz \
|
||||
man/man1/udpxrec.1.gz
|
||||
|
||||
CFLAGS+= -Wno-error
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${STAGEDIR}${PREFIX}/sbin
|
||||
${LN} -s udpxy ${STAGEDIR}${PREFIX}/sbin/udpxrec
|
||||
|
Loading…
Reference in New Issue
Block a user