diff options
Diffstat (limited to 'mail/nmh/patches/patch-ck')
-rw-r--r-- | mail/nmh/patches/patch-ck | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/nmh/patches/patch-ck b/mail/nmh/patches/patch-ck deleted file mode 100644 index beddc85248d..00000000000 --- a/mail/nmh/patches/patch-ck +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ck,v 1.1 2006/12/16 13:18:54 schwarz Exp $ - ---- sbr/Makefile.in.orig 2006-12-10 23:23:02.000000000 +0100 -+++ sbr/Makefile.in 2006-12-10 23:23:42.000000000 +0100 -@@ -12,6 +12,7 @@ - - CC = @CC@ - CFLAGS = @CFLAGS@ -+CPPFLAGS = @CPPFLAGS@ - DEFS = @DEFS@ - INCLUDES = -I.. -I. -I$(top_srcdir) - -@@ -24,7 +25,7 @@ - - LIBOBJS = @LIBOBJS@ - --COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -+COMPILE = $(CC) -c $(CPPFLAGS) $(DEFS) $(INCLUDES) $(CFLAGS) - - .SUFFIXES: - .SUFFIXES: .c .o |