blob: 0543ec8a9ed0915e8fa9e8d9d60f0f9a0064fd6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.6 2013/08/30 16:53:45 joerg Exp $
--- Makefile.orig 2011-12-05 08:46:23.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
@@ -26,7 +26,7 @@ CFLAGS=-Wall -g -I. -O2 -Werror
# mailpacks@pldaniels.com
#
COMPONENTS= -DRIPOLE
-LIBS=
+#LIBS=
#COMPONENTS=
# DEBUGGING Related Flags
|