diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-02-22 14:46:37 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-02-22 14:46:37 +0000 |
commit | 337970c5f693115ffa710fac871447b7258254cd (patch) | |
tree | 113c620e892b3ea2b6f6c49e7192aef420dc8042 /net/freeradius2/Makefile | |
parent | a1f96ef6b7fc96dbc906541c7fb6b0646d9a9b66 (diff) |
Notes
Diffstat (limited to 'net/freeradius2/Makefile')
-rw-r--r-- | net/freeradius2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 77c95546ed45..b81f1ed7f96e 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -9,6 +9,7 @@ PORTNAME= freeradius DISTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ @@ -144,6 +145,8 @@ WITH_EXPERIMENTAL= yes USE_PERL5= yes CONFIGURE_ARGS+=--with-rlm_perl PLIST_SUB+= RLMPERL="" +# temporary workaround for libtool issue until FR 2.2.x is released +CFLAGS+= -DHAVE_LT_DLADVISE_INIT .else CONFIGURE_ARGS+=--without-perl --without-rlm_perl PLIST_SUB+= RLMPERL="@comment " |