diff options
author | 2010-10-08 08:25:02 +0000 | |
---|---|---|
committer | 2010-10-08 08:25:02 +0000 | |
commit | bbadb23b528f03bfb084c61fadfc3b96d5db871f (patch) | |
tree | 70bfb4963dc70f8508f44f9ae6f6059949cd462f /games-emulation/raine | |
parent | version bump, fixes bug #338621 (diff) | |
download | historical-bbadb23b528f03bfb084c61fadfc3b96d5db871f.tar.gz historical-bbadb23b528f03bfb084c61fadfc3b96d5db871f.tar.bz2 historical-bbadb23b528f03bfb084c61fadfc3b96d5db871f.zip |
Respect LDFLAGS. Bug #337107
Package-Manager: portage-2.1.9.13/cvs/Linux i686
Diffstat (limited to 'games-emulation/raine')
-rw-r--r-- | games-emulation/raine/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/raine/Manifest | 5 | ||||
-rw-r--r-- | games-emulation/raine/files/raine-0.51.8-ldflags.patch | 11 | ||||
-rw-r--r-- | games-emulation/raine/raine-0.51.8.ebuild | 4 |
4 files changed, 22 insertions, 4 deletions
diff --git a/games-emulation/raine/ChangeLog b/games-emulation/raine/ChangeLog index d245ba3c838a..834e6d0d36cf 100644 --- a/games-emulation/raine/ChangeLog +++ b/games-emulation/raine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/raine # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.25 2010/05/11 13:46:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.26 2010/10/08 08:25:02 tupone Exp $ + + 08 Oct 2010; Tupone Alfredo <tupone@gentoo.org> raine-0.51.8.ebuild, + +files/raine-0.51.8-ldflags.patch: + Respect LDFLAGS. Bug #337107 by flameeyes@gentoo.org 11 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> raine-0.51.8.ebuild: x86 stable wrt bug #318083 diff --git a/games-emulation/raine/Manifest b/games-emulation/raine/Manifest index 9231d7e9a85d..df24a98d2e28 100644 --- a/games-emulation/raine/Manifest +++ b/games-emulation/raine/Manifest @@ -1,4 +1,5 @@ +AUX raine-0.51.8-ldflags.patch 436 RMD160 0cf6977551da16d352ccb3864e9657d73d67ec95 SHA1 d8d90f1b9a3f1eaa75df38e7b0f3a875ab711bbf SHA256 00a22c6a2c32f49dc1a5a68b167b7e12a76c9859a29ef4c1a0e8bc07bba23417 DIST raines-0.51.8.tar.bz2 2094824 RMD160 90e6058182774dcd894e9ff233a5813d905dcac9 SHA1 eb98aa9323f2e460202a0855d9929c6f8606e55b SHA256 44a5bb73ea3c3e3dbc4b50bc880d0608bcef42faed95dc143387140bae14d7d3 -EBUILD raine-0.51.8.ebuild 1320 RMD160 f8ffea3fe12432b7f8b4732a61bb3700627a15b6 SHA1 608254a333f91a993c856f738a472957ae7114b2 SHA256 7c411b16380dea834831b251a1c58279c50e099b3ca687a086cd437169a4e73f -MISC ChangeLog 2949 RMD160 aab17258aae2ea628e33f7d42c914e9210096daa SHA1 d5c9e3fecde09d47f0926a937f5206f635ff88af SHA256 af2400e816487268428a247eb070d1de844b7674dfd25ea8fc3171f83437c471 +EBUILD raine-0.51.8.ebuild 1371 RMD160 baa1ae1d46e0d0c366450cdefa271cc43e1c2ed3 SHA1 9ac30c01af7f8404feef32f74babd86c42d7b3b5 SHA256 53ed03c96c70cdd7de07860c0e474445675a531c23dc984eba8270d2ab51947c +MISC ChangeLog 3109 RMD160 1ed7b6b8d0adb923855927fc4e9dd5be72b8f876 SHA1 f1b8fa3d513fc9a958be9635b62c966c3437a7c2 SHA256 bd8e96cd0474f4e1054770c1c76dc0d872811841a3cf4b5ad889db9f0827323a MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-emulation/raine/files/raine-0.51.8-ldflags.patch b/games-emulation/raine/files/raine-0.51.8-ldflags.patch new file mode 100644 index 000000000000..f011cd6a1e5c --- /dev/null +++ b/games-emulation/raine/files/raine-0.51.8-ldflags.patch @@ -0,0 +1,11 @@ +--- makefile.old 2010-10-08 10:04:46.000000000 +0200 ++++ makefile 2010-10-08 10:05:25.000000000 +0200 +@@ -995,7 +995,7 @@ + else + @echo Linking Raine... + endif +- $(LDV) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++ ++ $(LDV) $(LDFLAGS) $(LFLAGS) -g -Wall -Wno-write-strings -o $(RAINE_EXE) $(OBJS) $(LIBS) -lstdc++ + + converter: source/bonus/converter.c + $(CCV) $(CFLAGS) -c $< -o $(OBJDIR)/converter.o diff --git a/games-emulation/raine/raine-0.51.8.ebuild b/games-emulation/raine/raine-0.51.8.ebuild index 646e14ae5d3c..9fd718e80dff 100644 --- a/games-emulation/raine/raine-0.51.8.ebuild +++ b/games-emulation/raine/raine-0.51.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.8.ebuild,v 1.2 2010/05/11 13:46:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.8.ebuild,v 1.3 2010/10/08 08:25:02 tupone Exp $ EAPI=2 inherit eutils games @@ -34,6 +34,7 @@ src_prepare() { -e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \ makefile \ || die "sed failed" + epatch "${FILESDIR}"/${P}-ldflags.patch } src_compile() { @@ -44,6 +45,7 @@ src_compile() { || myopts="${myopts} STATIC=" emake \ _MARCH="${CFLAGS}" \ + VERBOSE=1 \ ${myopts} || die "emake failed" } |