public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gif2apng/files: gif2apng-1.8-flags.patch
@ 2013-09-16 15:27 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-09-16 15:27 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/09/16 15:27:51

  Added:                gif2apng-1.8-flags.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.1                  media-gfx/gif2apng/files/gif2apng-1.8-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gif2apng/files/gif2apng-1.8-flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gif2apng/files/gif2apng-1.8-flags.patch?rev=1.1&content-type=text/plain

Index: gif2apng-1.8-flags.patch
===================================================================
--- gif2apng-1.8-src/Makefile
+++ gif2apng-1.8-src/Makefile
@@ -11,19 +11,19 @@
 all : $(PROG_NAME)
 
 gif2apng : objdirs $(OBJECTS)
-	$(CC) -o $@ $(OBJECTS) -s -lstdc++ -lz
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) -lstdc++ -lz -lm
 
 objdirs :
 	mkdir -p $(OBJ_DIRS)
 
 obj/%.o : %.cpp
-	$(CC) -o $@ -c $< $(INCUDE_DIRS) -O2 -Wall -pedantic -lz
+	$(CC) $(CFLAGS) -o $@ -c $< $(INCUDE_DIRS) -Wall -pedantic -lz -lm
 
 obj/%.o : %.c
-	$(CC) -o $@ -c $< $(INCUDE_DIRS) -O2 -Wall -pedantic -lz
+	$(CC) $(CFLAGS) -o $@ -c $< $(INCUDE_DIRS) -Wall -pedantic -lz -lm
 
 obj/%.o : %.cc
-	$(CC) -o $@ -c $< $(INCUDE_DIRS) -O2 -Wall -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses -lz
+	$(CC) $(CFLAGS) -o $@ -c $< $(INCUDE_DIRS) -Wall -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses -lz -lm
 
 .PHONY : clean
 





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

only message in thread, other threads:[~2013-09-16 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 15:27 [gentoo-commits] gentoo-x86 commit in media-gfx/gif2apng/files: gif2apng-1.8-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