Files
pkgsrc-ng/mail/ripmime/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
451 B
Plaintext

$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