public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/picpuz/files: picpuz-2.0-build.patch
@ 2009-10-13 18:36 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-10-13 18:36 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/10/13 18:36:32

  Added:                picpuz-2.0-build.patch
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-puzzle/picpuz/files/picpuz-2.0-build.patch

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

Index: picpuz-2.0-build.patch
===================================================================
diff -ru picpuz-2.0.orig/Makefile picpuz-2.0/Makefile
--- picpuz-2.0.orig/Makefile	2009-10-08 03:24:46.000000000 -0400
+++ picpuz-2.0/Makefile	2009-10-13 14:25:47.513753514 -0400
@@ -15,18 +15,18 @@
 DESKTOP = $(DATADIR)/kornelix-$(PROGRAM).desktop
 
 # replace CFLAGS and LFLAGS -O (oh) with -g for GDB debugging
-CFLAGS = -O -Wall -c `pkg-config --cflags gtk+-2.0`
-LFLAGS = -O -Wall -rdynamic `pkg-config --libs gtk+-2.0 gthread-2.0`
+CXXFLAGS += -c `pkg-config --cflags gtk+-2.0`
+LFLAGS += `pkg-config --libs gtk+-2.0 gthread-2.0`
 
 $(PROGRAM): $(PROGRAM).o zfuncs.o
-	@ g++ $(LFLAGS) -o $(PROGRAM) $(PROGRAM).o zfuncs.o
+	@ $(CXX) $(LFLAGS) -o $(PROGRAM) $(PROGRAM).o zfuncs.o
 
 $(PROGRAM).o: $(SOURCE) zfuncs.h
-	@ g++ $(CFLAGS) -o $(PROGRAM).o $(SOURCE)		\
+	@ $(CXX) $(CXXFLAGS) -o $(PROGRAM).o $(SOURCE)		\
 	  -D "DATADIR=\"$(DATADIR)\"" -D "DOCDIR=\"$(DOCDIR)\""
 
 zfuncs.o: zfuncs.cpp zfuncs.h
-	@ g++ $(CFLAGS) zfuncs.cpp	\
+	@ $(CXX) $(CXXFLAGS) zfuncs.cpp	\
 	  -D "DATADIR=\"$(DATADIR)\"" -D "DOCDIR=\"$(DOCDIR)\"" -D "BINDIR=\"$(BINDIR)\""
 
 install: $(PROGRAM)






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/picpuz/files: picpuz-2.0-build.patch
@ 2010-05-26 20:21 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-26 20:21 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/05/26 20:21:20

  Removed:              picpuz-2.0-build.patch
  Log:
  old
  (Portage version: 2.1.8.3/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-26 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13 18:36 [gentoo-commits] gentoo-x86 commit in games-puzzle/picpuz/files: picpuz-2.0-build.patch Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-26 20:21 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