net/pkt-gen: Disable build on 32bit platforms

Reported by:	pkg-fallout
This commit is contained in:
Olivier Cochard 2023-04-02 14:46:46 +02:00
parent 6dcb94c39c
commit 1e0ea4cadc

View file

@ -8,6 +8,9 @@ WWW= https://github.com/luigirizzo/netmap
LICENSE= BSD2CLAUSE
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc
NOT_FOR_ARCHS_REASON= build error with time_t type on 32bit platforms
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= luigirizzo