diff options
Diffstat (limited to 'net/zephyr/patches/patch-ak')
-rw-r--r-- | net/zephyr/patches/patch-ak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/zephyr/patches/patch-ak b/net/zephyr/patches/patch-ak new file mode 100644 index 00000000000..42dfe9e3bf7 --- /dev/null +++ b/net/zephyr/patches/patch-ak @@ -0,0 +1,14 @@ +$NetBSD: patch-ak,v 1.1 1999/11/25 01:50:43 hubertf Exp $ + +diff -x *.orig -urN ./clients/zwrite/Makefile.in /usr/pkgsrc/net/zephyr/work.i386.unpatched/zephyr-2.0.4/clients/zwrite/Makefile.in +--- ./clients/zwrite/Makefile.in Sat Jul 8 00:03:50 1995 ++++ /usr/pkgsrc/net/zephyr/work.i386.unpatched/zephyr-2.0.4/clients/zwrite/Makefile.in Thu Nov 25 02:52:55 1999 +@@ -18,7 +18,7 @@ + CC=@CC@ + INSTALL=@INSTALL@ + +-DEBUG=-O ++DEBUG=-O2 + CFLAGS=$(DEBUG) -I$(top_srcdir)/h -I$(BUILDTOP)/h @CPPFLAGS@ + LDFLAGS=$(DEBUG) -L$(BUILDTOP)/lib/zephyr @ET_LDFLAGS@ @LDFLAGS@ + LIBS=-lzephyr @LIBS@ -lcom_err |