AP_EXTRAS+=     -I${LOCALBASE}/include
for GeoIP.h
(can't compile with apache13 otherwise)
This commit is contained in:
Andrey A. Chernov 2008-03-16 16:44:56 +00:00
parent 3a9152eeef
commit 33ce0f99e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209153

View file

@ -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>