summaryrefslogtreecommitdiff
path: root/devel/pwlib/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/patches/patch-ak')
-rw-r--r--devel/pwlib/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/pwlib/patches/patch-ak b/devel/pwlib/patches/patch-ak
deleted file mode 100644
index df3096d4ae9..00000000000
--- a/devel/pwlib/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2002/02/19 04:24:37 jmc Exp $
-
---- tools/asnparser/Makefile.orig Tue Feb 19 03:50:29 2002
-+++ tools/asnparser/Makefile Tue Feb 19 03:48:02 2002
-@@ -50,6 +50,8 @@
-
- include $(PWLIBDIR)/make/ptlib.mak
-
-+CFLAGS=-O0
-+
- asn_grammar.cxx: asn_grammar.y
- @if [ ! -d $(OBJDIR) ] ; then mkdir $(OBJDIR) ; fi
- bison -t -v -d -o $* $<