pkgsrc/mail/ripmime/patches/patch-aa
2010-02-04 02:31:29 +00:00

13 lines
451 B
Text

$NetBSD: patch-aa,v 1.3 2010/02/04 02:39:54 joerg Exp $
--- Makefile.orig Fri Nov 26 17:14:55 2004
+++ Makefile
@@ -15,7 +15,7 @@ VERSION=0.1.14
# use our recommended settings.
#CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
#CFLAGS=-Wall -g -O2 -Wundef -Wshadow -Wsign-compare -I.
-CFLAGS=-Wall -g -O2 -I.
+CFLAGS?=-Wall -g -O2 -I.
# OLE decoding is still considered to be 'beta' mode - so it
# disabled in the stable release of ripMIME for now