summaryrefslogtreecommitdiff
path: root/mail/ripmime/patches/patch-aa
blob: 274f72f8758614fd828ed583db6eef15d7d62ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2013/07/21 10:58:49 shattered Exp $

--- Makefile.orig	2008-11-07 03:33:33.000000000 +0000
+++ 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 -I. -O2 -Werror
+CFLAGS?=-Wall -g -I. -O2 -Werror
 
 # OLE decoding is still considered to be 'beta' mode - so it 
 #	disabled in the stable release of ripMIME for now