diff options
author | joerg <joerg@pkgsrc.org> | 2008-02-07 17:16:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-02-07 17:16:05 +0000 |
commit | 52d90533d88386603e2cb7c2df0d96c1396819d2 (patch) | |
tree | f5827934d5b72f24f85dce1c52d15afc7212395a /net/libfetch | |
parent | 7bc6b5191716764a34aef6007309d2230e4262df (diff) | |
download | pkgsrc-52d90533d88386603e2cb7c2df0d96c1396819d2.tar.gz |
Always compile for large file support.
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libfetch/files/Makefile b/net/libfetch/files/Makefile index 5a5dc0a67aa..f53517b5515 100644 --- a/net/libfetch/files/Makefile +++ b/net/libfetch/files/Makefile @@ -12,6 +12,7 @@ MKPROFILE= no .include <bsd.own.mk> CPPFLAGS+= -I. +CPPFLAGS+= -D_LARGEFILE_SOURCE -D_LARGE_FILES FETCH_WITH_INET6?= no FETCH_WITH_OPENSSL?= no |