From 288fe597af4428256c77f3636c4e8b6ddb769926 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 29 Oct 2011 10:03:08 +0000 Subject: - Fix build on FreeBSD 10 Reported by: pointyhat --- net/GeoIP/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/GeoIP') 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 -- cgit