Blame SOURCES/ncompress-4.2.4.4-make.patch

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