summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2009-05-14 12:06:22 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2009-05-14 12:06:22 +0000
commit021918ed323a4ebc7247f16e0c6e9c191a5712b8 (patch)
tree03cb252229fd58b78511ddd6a586bdc6b3d4ca1f
parent- Chase math/libgmp4 shlib bump (diff)
- Fix build with WITH_SNMP.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=233893
-rw-r--r--net/quagga/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index fb516807917a..9c64b4009bf6 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -42,6 +42,7 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \
.include <bsd.port.pre.mk>
+CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \