Blame SOURCES/ncompress-4.2.4.4-make.patch

02babe
diff --git a/Makefile.def b/Makefile.def
02babe
index e493d7c..1e6612f 100644
02babe
--- a/Makefile.def
02babe
+++ b/Makefile.def
02babe
@@ -31,7 +31,14 @@ MANDIR=/usr/local/man/man1
02babe
 #	-DDEF_ERRNO=1				Define error (not defined in errno.h).
02babe
 #	-DMAXSEG_64K=1 -BITS=16		Support segment processsor like 80286.
02babe
 #
02babe
-options= $(CFLAGS) $(CPPFLAGS) -DDIRENT=1 -DUSERMEM=800000 -DREGISTERS=3
02babe
+options= $(CFLAGS) $(CPPFLAGS) -DDIRENT=1 -DUSERMEM=800000 -DREGISTERS=20 \
02babe
+	-D_FILE_OFFSET_BITS=64 \
02babe
+	-D_LARGEFILE_SOURCE \
02babe
+	-DNOFUNCDEF=1 \
02babe
+	-DOBUFSIZ=1024 \
02babe
+	-DUTIME_H \
02babe
+	-DSYSDIR=1 \
02babe
+	$(ARCH_FLAGS)
02babe
 
02babe
 # libary options
02babe
 LBOPT= $(LDFLAGS)