summaryrefslogtreecommitdiffstats
path: root/usr.bin/bzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bzip2/Makefile')
-rw-r--r--usr.bin/bzip2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index 3fb5d67..d9349cc 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -7,7 +7,7 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
PROG= bzip2
MAN= bzip2.1
-CFLAGS= -D_FILE_OFFSET_BITS=64
+CFLAGS+= -D_FILE_OFFSET_BITS=64
DPADD= ${LIBBZ2}
LDADD= -lbz2
OpenPOWER on IntegriCloud