Blame SOURCES/ncompress-4.2.4.4-make.patch

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