aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2008-03-17 00:44:56 +0800
committerache <ache@FreeBSD.org>2008-03-17 00:44:56 +0800
commitfa8ae00ca94dd7eab3359542d2534650224e362b (patch)
treefde182f0ef272583639b982f91ded5615d5140ff /www
parent45af663c46f90a522ce9b8df5381c533916ef18b (diff)
downloadfreebsd-ports-gnome-fa8ae00ca94dd7eab3359542d2534650224e362b.tar.gz
freebsd-ports-gnome-fa8ae00ca94dd7eab3359542d2534650224e362b.tar.zst
freebsd-ports-gnome-fa8ae00ca94dd7eab3359542d2534650224e362b.zip
Add
AP_EXTRAS+= -I${LOCALBASE}/include for GeoIP.h (can't compile with apache13 otherwise)
Diffstat (limited to 'www')
-rw-r--r--www/mod_geoip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile
index 73a2c9658b62..57b65aa94924 100644
--- a/www/mod_geoip/Makefile
+++ b/www/mod_geoip/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
USE_APACHE= 1.3
AP_FAST_BUILD= yes
AP_GENPLIST= yes
+AP_EXTRAS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>