From 33ce0f99e95d2d9b563c93281ed44a74e9ad29fd Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 16 Mar 2008 16:44:56 +0000 Subject: [PATCH] Add AP_EXTRAS+= -I${LOCALBASE}/include for GeoIP.h (can't compile with apache13 otherwise) --- www/mod_geoip/Makefile | 1 + 1 file changed, 1 insertion(+) 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