Blame SOURCES/ncompress-4.2.4.4-make.patch

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