- 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
This commit is contained in:
Dmitry Marakasov
2011-09-23 22:26:39 +00:00
parent 86f8cde1da
commit 6f6fbe4bdf
2382 changed files with 4063 additions and 4694 deletions

View File

@@ -16,7 +16,7 @@ COMMENT= A cache daemon using SQL for data manipulation
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
MAKE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS= -O2 -Wall -I${LOCALBASE}/include
WRKSRC= ${WRKDIR}/${PORTNAME}