diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-10-26 02:04:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-10-26 02:04:20 +0000 |
commit | 44c13602a84457e0bd39328d529975978c4577b5 (patch) | |
tree | 29f3f90d2bb9ebc24b93ca4c2e38973523a2722d /misc/chmlib | |
parent | 4b84fd722479d289609f39851dc42e102767d027 (diff) |
disable pread64/lseek64
Notes
Notes:
svn path=/head/; revision=120192
Diffstat (limited to 'misc/chmlib')
-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 |