public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/altermime/files: altermime-0.3.11-respect-flags.patch
@ 2011-08-26 11:05 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-08-26 11:05 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/26 11:05:06

  Added:                altermime-0.3.11-respect-flags.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-mail/altermime/files/altermime-0.3.11-respect-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/altermime/files/altermime-0.3.11-respect-flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/altermime/files/altermime-0.3.11-respect-flags.patch?rev=1.1&content-type=text/plain

Index: altermime-0.3.11-respect-flags.patch
===================================================================
--- altermime-0.3.11.orig/Makefile
+++ altermime-0.3.11/Makefile
@@ -9,7 +9,7 @@
 #								opposite of a disclaimer.
 ALTERMIME_OPTIONS=-DALTERMIME_PRETEXT
 #ALTERMIME_OPTIONS=
-CFLAGS=-Wall -Werror -g -I. -O2 $(ALTERMIME_OPTIONS)
+CFLAGS+=-Wall $(ALTERMIME_OPTIONS)
 OBJS= strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o
 
 
@@ -19,7 +19,7 @@
 all: altermime
 
 altermime: altermime.c ${OBJS}
-	${CC} ${CFLAGS} altermime.c ${OBJS} -o altermime
+	${CC} ${CFLAGS} ${LDFLAGS} altermime.c ${OBJS} -o altermime
 
 
 # Build Install






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-26 11:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 11:05 [gentoo-commits] gentoo-x86 commit in net-mail/altermime/files: altermime-0.3.11-respect-flags.patch Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox