diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-10-26 10:04:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-10-26 10:04:20 +0800 |
commit | b95a9d34b0e38ea83c993f34d3fd15c272635da3 (patch) | |
tree | 7a01707a2b5025ddac08844c8254dd197e1b5681 /misc | |
parent | 3474da462eebd3394b6555022b6daf3b8448d087 (diff) | |
download | freebsd-ports-gnome-b95a9d34b0e38ea83c993f34d3fd15c272635da3.tar.gz freebsd-ports-gnome-b95a9d34b0e38ea83c993f34d3fd15c272635da3.tar.zst freebsd-ports-gnome-b95a9d34b0e38ea83c993f34d3fd15c272635da3.zip |
disable pread64/lseek64
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chmlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index be5b6c23b427..45d573d387b0 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -19,6 +19,7 @@ COMMENT= A library for dealing with Microsoft ITSS/CHM format files USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-io64 --disable-pread USE_GMAKE= yes INSTALLS_SHLIB= yes |