Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 21:41:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429033 - head/security/wpa_supplicant
Message-ID:  <201612202141.uBKLfSU1079305@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 20 21:41:28 2016
New Revision: 429033
URL: https://svnweb.freebsd.org/changeset/ports/429033

Log:
  - Unbreak on 10.x+
  
  Reported by:	marino

Modified:
  head/security/wpa_supplicant/Makefile

Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile	Tue Dec 20 21:34:06 2016	(r429032)
+++ head/security/wpa_supplicant/Makefile	Tue Dec 20 21:41:28 2016	(r429033)
@@ -11,7 +11,7 @@ COMMENT=	Supplicant (client) for WPA/802
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612202141.uBKLfSU1079305>