From f9a510c925d62271a25106286b40d709985303bb Mon Sep 17 00:00:00 2001 From: jwise Date: Sat, 27 Feb 1999 01:14:55 +0000 Subject: Fix #ifdef unix issues --- converters/mpack/patches/patch-aa | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'converters/mpack') diff --git a/converters/mpack/patches/patch-aa b/converters/mpack/patches/patch-aa index 35494768207..78732db791c 100644 --- a/converters/mpack/patches/patch-aa +++ b/converters/mpack/patches/patch-aa @@ -1,15 +1,16 @@ -$NetBSD: patch-aa,v 1.3 1998/08/07 10:40:16 agc Exp $ - ---- Makefile.orig Thu Feb 16 22:39:41 1995 -+++ Makefile Thu Feb 26 01:03:28 1998 -@@ -1,5 +1,5 @@ +$NetBSD: patch-aa,v 1.4 1999/02/27 01:14:55 jwise Exp $ +--- Makefile.orig Thu Feb 16 16:39:41 1995 ++++ Makefile Fri Feb 26 20:04:57 1999 +@@ -1,6 +1,6 @@ -CFLAGS=$(OPT) $(DEFINES) -OPT=-O +- +CFLAGS+=$(OPT) $(DEFINES) +#OPT=-O - ++DEFINES=-Dunix #Uncomment the following line if your system does not have strchr() + #DEFINES=-Dstrchr=index -Dstrrchr=rindex @@ -28,7 +28,7 @@ UNPACKOBJS = unixunpk.o decode.o uudecode.o codes.o unixos.o string.o \ part.o xmalloc.o md5c.o getopt.o -- cgit v1.2.3