diff options
author | jwise <jwise@pkgsrc.org> | 1999-02-27 01:14:55 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-02-27 01:14:55 +0000 |
commit | 53d3406d50aca14d9f352661fa2f581e714dfc29 (patch) | |
tree | 5614c499e667243609651a98cf7f2100afdef80f /converters | |
parent | 2eed64e1623abbfac25e9c4dfcb1e36ebab3f967 (diff) | |
download | pkgsrc-53d3406d50aca14d9f352661fa2f581e714dfc29.tar.gz |
Fix #ifdef unix issues
Diffstat (limited to 'converters')
-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 |