diff options
Diffstat (limited to 'archivers/gzrecover/Makefile')
-rw-r--r-- | archivers/gzrecover/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 4123eed09f97..9ac4a7f57e89 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -15,6 +15,8 @@ DISTNAME= gzrt-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A gzip recovery toolkit +MAKE_JOBS_SAFE= yes + CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lz PLIST_FILES= bin/${PORTNAME} |