Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -8,18 +8,19 @@ negotiation with a WPA Authenticator and it controls the roaming and IEEE \
802.11 authentication/association of the wlan driver.
"
HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz"
CHECKSUM_SHA256="d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
COPYRIGHT="2003-2010 Jouni Malinen"
LICENSE="
BSD (2-clause)
GNU GPL v2
"
COPYRIGHT="2003-2010 Jouni Malinen"
REVISION="2"
ARCHITECTURES="x86_gcc2 ?x86"
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz"
CHECKSUM_SHA256="d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
SOURCE_DIR="wpa_supplicant-${portVersion}/wpa_supplicant"
PATCHES="wpa_supplicant-0.7.3.patch"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
wpa_supplicant = $portVersion compat >= 0.7
"
@@ -27,6 +28,7 @@ REQUIRES="
haiku
openssl >= 1.0.0
"
BUILD_REQUIRES="
openssl >= 1.0.0
"
@@ -37,8 +39,6 @@ BUILD_PREREQUIRES="
cmd:make
"
SOURCE_DIR="wpa_supplicant-${portVersion}/wpa_supplicant"
BUILD()
{
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant