mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6f6fbe4bdf
- 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
8 lines
247 B
Makefile
8 lines
247 B
Makefile
CONFIGURE_ARGS+=--includedir=${PREFIX}/include \
|
|
--libdir=${PREFIX}/lib \
|
|
--localstatedir=${PREFIX}/openvas \
|
|
--sharedstatedir=${PREFIX}/openvas/com
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CFLAGS+= -I${PREFIX}/include
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|