pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libfetch/files Always compile for large file support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce0b66f30145
branches:  trunk
changeset: 538401:ce0b66f30145
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 07 17:16:05 2008 +0000

description:
Always compile for large file support.

diffstat:

 net/libfetch/files/Makefile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r abeed2927581 -r ce0b66f30145 net/libfetch/files/Makefile
--- a/net/libfetch/files/Makefile       Thu Feb 07 17:12:12 2008 +0000
+++ b/net/libfetch/files/Makefile       Thu Feb 07 17:16:05 2008 +0000
@@ -12,6 +12,7 @@
 .include <bsd.own.mk>
 
 CPPFLAGS+=     -I.
+CPPFLAGS+=     -D_LARGEFILE_SOURCE -D_LARGE_FILES
 
 FETCH_WITH_INET6?=     no
 FETCH_WITH_OPENSSL?=   no



Home | Main Index | Thread Index | Old Index