aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-10-29 18:03:08 +0800
committermiwi <miwi@FreeBSD.org>2011-10-29 18:03:08 +0800
commit288fe597af4428256c77f3636c4e8b6ddb769926 (patch)
tree0a231b6336322c7c2c20efcc7a32d4d9603c9bcb /net
parent483772db4fda34aba4d7b3147ee32d17d9bbd6ea (diff)
downloadfreebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.tar.gz
freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.tar.zst
freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.zip
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/GeoIP/Makefile1
-rw-r--r--net/libexosip2/Makefile1
-rw-r--r--net/radiusclient/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 3470bc233b57..0857b07326b5 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -19,6 +19,7 @@ CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
+WITH_FBSD10_FIX=yes
MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1
diff --git a/net/libexosip2/Makefile b/net/libexosip2/Makefile
index fa0043ff1e1f..d7621bc89fb2 100644
--- a/net/libexosip2/Makefile
+++ b/net/libexosip2/Makefile
@@ -16,6 +16,7 @@ COMMENT= GPL library that extends the capability of the oSIP library
LIB_DEPENDS= osip2:${PORTSDIR}/net/libosip
+WITH_FBSD10_FIX=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-tools --disable-debug --disable-trace
USE_LDCONFIG= yes
diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile
index b0746f42b4ea..3ff4daea1cf8 100644
--- a/net/radiusclient/Makefile
+++ b/net/radiusclient/Makefile
@@ -19,5 +19,6 @@ COMMENT= Client library and basic utilities for RADIUS AAA
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+WITH_FBSD10_FIX=yes
.include <bsd.port.mk>