diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:00:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 14:00:43 +0000 |
commit | a78aef718d69e62e911600e8f27f3b605a0c399c (patch) | |
tree | 363784d85948547564ab0295cb0bed163f1f3567 /net/freeradius3 | |
parent | 66b08a9fece43c3efbfb21717e013c635774c1e4 (diff) | |
download | ports-a78aef718d69e62e911600e8f27f3b605a0c399c.tar.gz ports-a78aef718d69e62e911600e8f27f3b605a0c399c.zip |
Notes
Diffstat (limited to 'net/freeradius3')
-rw-r--r-- | net/freeradius3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 5803a0cfe86a..2728062298ad 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -17,6 +17,8 @@ COMMENT= Free RADIUS server implementation LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-date-time" + LIB_DEPENDS= libgdbm.so:databases/gdbm \ libtalloc.so:devel/talloc @@ -26,9 +28,9 @@ KRB5_CONFIG?= /usr/bin/krb5-config --libs CONFLICTS_INSTALL= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* \ freeradius-mysql-[0-9].* freeradius-[^3].* +USES= gmake readline shebangfix ssl tar:bzip2 USE_RC_SUBR= radiusd -USES= gmake readline shebangfix ssl tar:bzip2 SHEBANG_FILES= src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay GNU_CONFIGURE= yes # Prevent /root/.rnd leftover |