svn commit: r312616 - head/devel/liborcus

Jung-uk Kim jkim at FreeBSD.org
Wed Feb 20 07:34:27 UTC 2013


Author: jkim
Date: Wed Feb 20 07:34:26 2013
New Revision: 312616
URL: http://svnweb.freebsd.org/changeset/ports/312616

Log:
  Refine ZLIB_CFLAGS.  No functional change.

Modified:
  head/devel/liborcus/Makefile

Modified: head/devel/liborcus/Makefile
==============================================================================
--- head/devel/liborcus/Makefile	Wed Feb 20 07:33:05 2013	(r312615)
+++ head/devel/liborcus/Makefile	Wed Feb 20 07:34:26 2013	(r312616)
@@ -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>


More information about the svn-ports-head mailing list