diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-26 03:09:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-26 03:09:24 +0000 |
commit | 865bb93209a5f2ad30fcead1a49dc03922d7e551 (patch) | |
tree | 00abe0daf4f343c6ded7c23942786c210c59330b /net | |
parent | 9d8bcac5a065517345d1e0c9aed5bf5f29b3a6cb (diff) | |
download | ports-865bb93209a5f2ad30fcead1a49dc03922d7e551.tar.gz ports-865bb93209a5f2ad30fcead1a49dc03922d7e551.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-radius/Makefile | 3 | ||||
-rw-r--r-- | net/gnu-radius/files/patch-configure | 20 |
2 files changed, 21 insertions, 2 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 6775f745991c..07b070971c7a 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -14,8 +14,6 @@ DISTNAME= radius-${PORTVERSION} MAINTAINER= vsevolod@highsecure.ru COMMENT= GNU RADIUS server -BROKEN= Incomplete pkg-plist - CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* USE_RC_SUBR= yes USE_SUBMAKE= yes @@ -24,6 +22,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes USE_GETTEXT= yes +USE_LIBLTDL= yes CONFIGURE_TARGET= # empty PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/net/gnu-radius/files/patch-configure b/net/gnu-radius/files/patch-configure new file mode 100644 index 000000000000..12894ea48a62 --- /dev/null +++ b/net/gnu-radius/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Sun Jun 26 00:02:58 2005 ++++ configure Sun Jun 26 00:20:51 2005 +@@ -22804,7 +22804,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- for path in /usr/local/lib/mysql /usr/lib/mysql ++ for path in ${PREFIX}/lib/mysql /usr/local/lib/mysql /usr/lib/mysql + do + LIBS="$save_LIBS -lm -L$path -lmysqlclient" + cat >conftest.$ac_ext <<_ACEOF +@@ -22925,7 +22925,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- for path in /usr/local/pgsql/lib /usr/pgsql/lib ++ for path in ${PREFIX}/lib /usr/local/lib /usr/lib + do + LIBS="$save_LIBS -L$path -lpq" + cat >conftest.$ac_ext <<_ACEOF |