* [gentoo-commits] gentoo-x86 commit in games-util/catcodec/files: catcodec-1.0.0-build.patch
@ 2010-04-07 17:25 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-07 17:25 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/04/07 17:25:01
Added: catcodec-1.0.0-build.patch
Log:
initial commit - ebuild submitted by Locke 'Wizzleby' Shinseiko via bug #308355
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.1 games-util/catcodec/files/catcodec-1.0.0-build.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/catcodec/files/catcodec-1.0.0-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/catcodec/files/catcodec-1.0.0-build.patch?rev=1.1&content-type=text/plain
Index: catcodec-1.0.0-build.patch
===================================================================
diff -ru catcodec-1.0.0.orig/Makefile catcodec-1.0.0/Makefile
--- catcodec-1.0.0.orig/Makefile 2009-11-05 17:33:48.000000000 -0500
+++ catcodec-1.0.0/Makefile 2010-04-07 12:52:09.839777068 -0400
@@ -19,18 +19,18 @@
OBJS = catcodec.o io.o sample.o rev.o
OS = unknown
-CFLAGS += -Wall -Wcast-qual -Wwrite-strings -Wno-multichar
+CXXFLAGS += -Wall -Wcast-qual -Wwrite-strings -Wno-multichar
ifdef DEBUG
- CFLAGS += -g -ggdb
+ CXXFLAGS += -g -ggdb
endif
all: $(CATCODEC)
%.o: %.cpp
- $(CXX) $(CFLAGS) -c -o $@ $^
+ $(CXX) $(CXXFLAGS) -c -o $@ $^
$(CATCODEC): $(OBJS)
- $(CXX) $(CFLAGS) -o $@ $^
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^
VERSION := $(shell ./findversion.sh | cut -f 1 -d' ')
RES := $(shell if [ "`cat version.cache 2>/dev/null`" != "$(VERSION)" ]; then echo "$(VERSION)" > version.cache; fi )
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-util/catcodec/files: catcodec-1.0.0-build.patch
@ 2013-01-22 18:08 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22 18:08 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/01/22 18:08:32
Removed: catcodec-1.0.0-build.patch
Log:
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-22 18:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 18:08 [gentoo-commits] gentoo-x86 commit in games-util/catcodec/files: catcodec-1.0.0-build.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2010-04-07 17:25 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