aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircproxy
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-06-13 03:02:27 +0800
committeritetcu <itetcu@FreeBSD.org>2009-06-13 03:02:27 +0800
commit6e52cd8d2964827b2a0f537aca86f6dd680ea1cc (patch)
treef10d476a5640ccdb1448160c4cf79d2fc1de228f /irc/ircproxy
parent38147ea6b4c56ac4f8750dca88e259d3c3c40500 (diff)
downloadfreebsd-ports-gnome-6e52cd8d2964827b2a0f537aca86f6dd680ea1cc.tar.gz
freebsd-ports-gnome-6e52cd8d2964827b2a0f537aca86f6dd680ea1cc.tar.zst
freebsd-ports-gnome-6e52cd8d2964827b2a0f537aca86f6dd680ea1cc.zip
- fix build with custom LOCALBASE
- no need to add --prefix= to CONFIGURE_ARGS, it's done by b.p.m because GNU_CONFIGURE=yes Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@)
Diffstat (limited to 'irc/ircproxy')
-rw-r--r--irc/ircproxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index ecb5a492f529..2b4a4de6c3b7 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -16,7 +16,8 @@ COMMENT= An IRC proxy/bouncer daemon
LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${LOCALBASE}
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
OPTIONS= SSL "Enable SSL support" on \
IPV6 "Enable IPv6 support" on \