mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
properly handles CPPFLAGS
PR: 43683 Submitted by: Ports Fury
This commit is contained in:
parent
37577da66b
commit
d76ace03ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67705
@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
|
||||
MAN1= rfbproxy.1
|
||||
|
Loading…
Reference in New Issue
Block a user