From 6e36a84944b0d7a2ec36cf6e43da20986c8739c3 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Fri, 12 Jun 2009 19:02:27 +0000 Subject: [PATCH] - 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@) --- irc/ircproxy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \