blob: 2d7b7e9600073379e83d119f25bb4663ffbe762f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|