From 6f6fbe4bdf9851de1eb6ebef5287e3007846045e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 23 Sep 2011 22:26:39 +0000 Subject: - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS) - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav --- irc/bobot++/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'irc/bobot++/Makefile') diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile index 30002e1fb571..9bf6dcea42b3 100644 --- a/irc/bobot++/Makefile +++ b/irc/bobot++/Makefile @@ -20,15 +20,14 @@ LICENSE_COMB= dual OPTIONS= GUILE "Use Guile scripts" on GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" INFO= bobot++ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include -- cgit v1.2.3