diff options
author | jwise <jwise> | 1999-02-27 01:14:55 +0000 |
---|---|---|
committer | jwise <jwise> | 1999-02-27 01:14:55 +0000 |
commit | 975f902dae8da790ad3a420a010f62bd4362b255 (patch) | |
tree | 5614c499e667243609651a98cf7f2100afdef80f /converters/mpack | |
parent | 29b85412c2da7e4e39cdda0e6a939729f987e141 (diff) | |
download | pkgsrc-975f902dae8da790ad3a420a010f62bd4362b255.tar.gz |
Fix #ifdef unix issues
Diffstat (limited to 'converters/mpack')
-rw-r--r-- | converters/mpack/patches/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
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 |