summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mandoc/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mandoc/Makefile.common')
-rw-r--r--usr/src/cmd/mandoc/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/mandoc/Makefile.common b/usr/src/cmd/mandoc/Makefile.common
index ac5b6fe2ac..e47ef79569 100644
--- a/usr/src/cmd/mandoc/Makefile.common
+++ b/usr/src/cmd/mandoc/Makefile.common
@@ -12,6 +12,7 @@
#
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
# Copyright 2017 Nexenta Systems, Inc.
+# Copyright 2018, Joyent, Inc.
#
PROG= mandoc
@@ -78,6 +79,6 @@ OBJS += compat_ohash.o
CFLAGS += $(CC_VERBOSE)
CSTD = $(CSTD_GNU99)
-CPPFLAGS += -DOSNAME="\"illumos\""
+CPPFLAGS += -DOSNAME="\"illumos\"" -D_FILE_OFFSET_BITS=64
LDLIBS += -lz