mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
net-mgmt/ipv6calc: remove workaround for powerpc*
The port now builds fine.
This commit is contained in:
parent
eb9fbff79f
commit
202012d147
@ -19,15 +19,9 @@ GNU_CONFIGURE= yes
|
||||
|
||||
SHEBANG_FILES= tools/*.pl tools/*.sh.in
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !(${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64)
|
||||
CFLAGS+= -Wno-unknown-warning-option
|
||||
.else
|
||||
CFLAGS+= -Wno-uninitialized
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user