diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-20 21:41:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-20 21:41:28 +0000 |
commit | 01898029b1ba4e14779ffa2652eb681ebdcce21e (patch) | |
tree | 767511bcec93bb9fad095c62af8bb4ee24b3a0b9 /security/wpa_supplicant | |
parent | c47b28b2c29c72f6c1d9480eb9d573f6d29b584b (diff) |
Notes
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r-- | security/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index b1c3d95d8e51..84c24e898cd8 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -11,7 +11,7 @@ COMMENT= Supplicant (client) for WPA/802.1x protocols LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README -BROKEN= does not build (undefined reference to `get_ie') +BROKEN_FreeBSD_9= does not build (error: void value not ignored as it ought to be) USES= cpe gmake readline ssl BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant |