aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-06-03 10:48:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-06-03 10:48:58 +0000
commitd46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78 (patch)
tree6688460f330a6c0c8e031ccc76a104508cffb036 /net-p2p
parentd7a88db0b6bdb91ae70d1ff65c1941c347eeac3c (diff)
downloadports-d46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78.tar.gz
ports-d46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/valknut/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile
index 4005976b7f5f..c7bb581864e6 100644
--- a/net-p2p/valknut/Makefile
+++ b/net-p2p/valknut/Makefile
@@ -33,6 +33,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
--x-libraries=${LOCALBASE}/lib \
--x-includes=${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}