diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-26 19:50:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-26 19:50:56 +0000 |
commit | 94861e898aeaabc966718cf2f1e91be89a3ad6f8 (patch) | |
tree | 23f80524e705195ac57236dc67caf7731c9463b5 | |
parent | 4e7f40ee2a1f7e27f0d32a9c42a0a9416124a7f3 (diff) | |
download | ports-94861e898aeaabc966718cf2f1e91be89a3ad6f8.tar.gz ports-94861e898aeaabc966718cf2f1e91be89a3ad6f8.zip |
net/ng_mikrotik_eoip: Broken
-rw-r--r-- | net/ng_mikrotik_eoip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ng_mikrotik_eoip/Makefile b/net/ng_mikrotik_eoip/Makefile index e419c78eb4bf..b1450a92f9cc 100644 --- a/net/ng_mikrotik_eoip/Makefile +++ b/net/ng_mikrotik_eoip/Makefile @@ -10,6 +10,8 @@ WWW= http://imax.in.ua/ng_mikrotik_eoip/ LICENSE= BSD2CLAUSE +BROKEN= compilation fails due to a C error: id = *((unsigned int *)id; error: cast to 'unsigned int *' from smaller integer type 'uint16_t' + USES= kmod uidfix OPTIONS_DEFINE= PTABLE |