diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-27 23:52:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-27 23:52:35 +0800 |
commit | 699cb03a89d8cfedfe313ec00567a5851411d0e9 (patch) | |
tree | 1297103b5d09d850ac84d214f432756733345809 /net-mgmt/chillispot | |
parent | d792f1553d014b41e1db7fde0e35b66b5046c263 (diff) | |
download | freebsd-ports-gnome-699cb03a89d8cfedfe313ec00567a5851411d0e9.tar.gz freebsd-ports-gnome-699cb03a89d8cfedfe313ec00567a5851411d0e9.tar.zst freebsd-ports-gnome-699cb03a89d8cfedfe313ec00567a5851411d0e9.zip |
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
Diffstat (limited to 'net-mgmt/chillispot')
-rw-r--r-- | net-mgmt/chillispot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index ff1d88c18bd6..6d092beac538 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Chillispot -# Date created: 19 October 2005 -# Whom: Sevan Janiyan <venture37@geeklan.co.uk> -# +# Created by: Sevan Janiyan <venture37@geeklan.co.uk> # $FreeBSD$ -# PORTNAME= chillispot PORTVERSION= 1.0 @@ -23,6 +19,7 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc USE_RC_SUBR= chillispot SUB_FILES= pkg-message installguide.txt MAN8= chilli.8 +USE_GCC= any OPTIONS_DEFINE= APACHE RADIUS OPTIONS_SINGLE= RADIUS |