public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/pipepanic/files: pipepanic-0.1.3-gentoo.patch
@ 2009-11-03 19:45 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-03 19:45 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/11/03 19:45:44

  Added:                pipepanic-0.1.3-gentoo.patch
  Log:
  initial commit (bug #206410)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-puzzle/pipepanic/files/pipepanic-0.1.3-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pipepanic/files/pipepanic-0.1.3-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pipepanic/files/pipepanic-0.1.3-gentoo.patch?rev=1.1&content-type=text/plain

Index: pipepanic-0.1.3-gentoo.patch
===================================================================
diff -ru pipepanic-0.1.3-source.orig/Makefile pipepanic-0.1.3-source/Makefile
--- pipepanic-0.1.3-source.orig/Makefile	2006-05-16 16:11:29.000000000 -0400
+++ pipepanic-0.1.3-source/Makefile	2009-11-03 13:38:52.109137983 -0500
@@ -3,15 +3,12 @@
 TARGET=pipepanic
 
 # Settings for x86.
-CC=gcc
-CFLAGS=-O2 -Wall -pedantic `sdl-config --cflags`
-LINK=gcc
-LDFLAGS=
+CFLAGS+=`sdl-config --cflags`
 LIBS=`sdl-config --libs`
 
 all:
 	$(CC) $(CFLAGS) -c $(SOURCES)
-	$(LINK) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $(TARGET)
+	$(CC) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $(TARGET)
 
 .PHONY: clean
 






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

only message in thread, other threads:[~2009-11-03 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03 19:45 [gentoo-commits] gentoo-x86 commit in games-puzzle/pipepanic/files: pipepanic-0.1.3-gentoo.patch Michael Sterrett (mr_bones_)

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