* [gentoo-commits] gentoo-x86 commit in games-fps/openarena/files: openarena-0.8.1-makefile.patch
@ 2009-01-07 22:05 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-07 22:05 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/01/07 22:05:38
Added: openarena-0.8.1-makefile.patch
Log:
version bump with ebuild submitted by scarabeus (bug #245759)
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Revision Changes Path
1.1 games-fps/openarena/files/openarena-0.8.1-makefile.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?rev=1.1&content-type=text/plain
Index: openarena-0.8.1-makefile.patch
===================================================================
--- openarena-engine-0.8.1/Makefile 2008-08-09 22:22:37.000000000 +0200
+++ openarena-engine-0.8.1/Makefile.new 2009-01-07 19:33:31.000000000 +0100
@@ -231,8 +231,7 @@
endif
endif
- BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
- -pipe -DUSE_ICON $(shell sdl-config --cflags)
+ BASE_CFLAGS = %CFLAGS% -DUSE_ICON $(shell sdl-config --cflags)
ifeq ($(USE_OPENAL),1)
BASE_CFLAGS += -DUSE_OPENAL
@@ -323,7 +322,7 @@
endif
DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0
- RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE)
+ RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG
else # ifeq Linux
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/openarena/files: openarena-0.8.1-makefile.patch
@ 2010-03-11 11:21 Alfredo Tupone (tupone)
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-03-11 11:21 UTC (permalink / raw
To: gentoo-commits
tupone 10/03/11 11:21:34
Modified: openarena-0.8.1-makefile.patch
Log:
Fix usage of vm for amd64 arch. Bug #255453
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.3 games-fps/openarena/files/openarena-0.8.1-makefile.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?r1=1.2&r2=1.3
Index: openarena-0.8.1-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openarena-0.8.1-makefile.patch 6 Mar 2010 22:04:29 -0000 1.2
+++ openarena-0.8.1-makefile.patch 11 Mar 2010 11:21:34 -0000 1.3
@@ -1,5 +1,16 @@
--- openarena-engine-0.8.1/Makefile 2008-08-09 22:22:37.000000000 +0200
+++ openarena-engine-0.8.1/Makefile.new 2009-01-07 19:33:31.000000000 +0100
+@@ -67,6 +67,10 @@
+
+ ifndef ARCH
+ ARCH=$(COMPILE_ARCH)
++else
++ ifeq ($(ARCH),amd64)
++ ARCH=x86_64
++ endif
+ endif
+ export ARCH
+
@@ -231,8 +231,7 @@
endif
endif
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/openarena/files: openarena-0.8.1-makefile.patch
@ 2010-05-20 12:39 Alfredo Tupone (tupone)
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-05-20 12:39 UTC (permalink / raw
To: gentoo-commits
tupone 10/05/20 12:39:55
Modified: openarena-0.8.1-makefile.patch
Log:
Fix build with gcc-4.5. Bug #318495
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.5 games-fps/openarena/files/openarena-0.8.1-makefile.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch?r1=1.4&r2=1.5
Index: openarena-0.8.1-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/openarena/files/openarena-0.8.1-makefile.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openarena-0.8.1-makefile.patch 12 Mar 2010 08:01:04 -0000 1.4
+++ openarena-0.8.1-makefile.patch 20 May 2010 12:39:55 -0000 1.5
@@ -17,7 +17,7 @@
- BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
- -pipe -DUSE_ICON $(shell sdl-config --cflags)
-+ BASE_CFLAGS = -fno-strict-aliasing -DUSE_ICON $(shell sdl-config --cflags)
++ BASE_CFLAGS = -fno-strict-aliasing -DUSE_ICON $(shell sdl-config --cflags) -I.
ifeq ($(USE_OPENAL),1)
BASE_CFLAGS += -DUSE_OPENAL
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-20 7:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 11:21 [gentoo-commits] gentoo-x86 commit in games-fps/openarena/files: openarena-0.8.1-makefile.patch Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2010-05-20 12:39 Alfredo Tupone (tupone)
2009-01-07 22:05 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