respect CPPFLAGS
This commit is contained in:
parent
23cceff11f
commit
4e48194933
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2002/09/12 16:41:26 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2002/09/12 17:06:25 danh Exp $
|
||||
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
||||
|
||||
COMMENT= "fast file compressor similar to gzip"
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/acconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user