aboutsummaryrefslogtreecommitdiff
path: root/devel/liborcus
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-02-20 07:34:26 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-02-20 07:34:26 +0000
commita52ccafb8d5b4be73fe7799918c771fc44a832b7 (patch)
tree1203016a925df3c4be04e59c4afcfc172f657030 /devel/liborcus
parentf4a04d29b1767e772a612dc71938e26102409a0f (diff)
downloadports-a52ccafb8d5b4be73fe7799918c771fc44a832b7.tar.gz
ports-a52ccafb8d5b4be73fe7799918c771fc44a832b7.zip
Notes
Diffstat (limited to 'devel/liborcus')
-rw-r--r--devel/liborcus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile
index bed4bfb96cd4..ce3819dba000 100644
--- a/devel/liborcus/Makefile
+++ b/devel/liborcus/Makefile
@@ -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>