diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-03 10:48:58 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-03 10:48:58 +0000 |
commit | d46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78 (patch) | |
tree | 6688460f330a6c0c8e031ccc76a104508cffb036 /net-p2p | |
parent | d7a88db0b6bdb91ae70d1ff65c1941c347eeac3c (diff) | |
download | ports-d46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78.tar.gz ports-d46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/valknut/Makefile | 3 |
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} |