1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Refine ZLIB_CFLAGS. No functional change.

This commit is contained in:
Jung-uk Kim 2013-02-20 07:34:26 +00:00
parent f4a04d29b1
commit a52ccafb8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312616

View File

@ -24,7 +24,7 @@ USE_PKGCONFIG= build
CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \
--with-boost-system=boost_system
CONFIGURE_ENV= ZLIB_CFLAGS="-D_FILE_OFFSET_BITS=64" ZLIB_LIBS="-lz"
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>