freebsd-ports/mail/ripmime/files/patch-Makefile
Dirk Meyer e97299cc7d - update to 1.3.2.0
- install manpage
Submitted by:	dinoex
Approved by:	Justin Stanford
2004-07-29 20:11:31 +00:00

12 lines
400 B
Plaintext

--- Makefile.orig Mon Jun 28 09:31:17 2004
+++ Makefile Fri Jul 16 08:45:03 2004
@@ -5,7 +5,7 @@
# if there isn't already a default CFLAGS set,
# use our recommended settings.
#CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
-CFLAGS=-Wall -g -O2 -Werror
+#CFLAGS=-Wall -g -O2 -Werror
# OLE decoding is still considered to be 'beta' mode - so it
# disabled in the stable release of ripMIME for now