22 lines
642 B
Text
22 lines
642 B
Text
$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
|