Mageia Bugzilla – Attachment 2775 Details for
Bug 7415
clanbomber will not build against boost 1.50 because of missing filesystem v2 (patch included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch against clanbomber
clanbomber.patch (text/plain), 1.12 KB, created by
Joseph Wang
on 2012-09-09 16:32:28 CEST
(
hide
)
Description:
patch against clanbomber
Filename:
MIME Type:
Creator:
Joseph Wang
Created:
2012-09-09 16:32:28 CEST
Size:
1.12 KB
patch
obsolete
>--- clanbomber.spec 2012-06-20 12:27:53.000000000 +0800 >+++ clanbomber.spec.new 2012-09-09 22:14:07.328187239 +0800 >@@ -1,6 +1,6 @@ > Name: clanbomber > Version: 2.1.1 >-Release: %mkrel 2 >+Release: %mkrel 3 > Summary: A free (GPL) Bomberman-like multiplayer game > License: GPLv2 > Group: Games/Arcade >@@ -11,6 +11,7 @@ > Source13: %{name}.48.png > Patch0: clanbomber-2.1.1-desktop-fix.patch > Patch1: clanbomber-2.1.1-dirprefix.patch >+Patch2: clanbomber-2.1.1-filesystem.patch > BuildRequires: boost-devel > BuildRequires: pkgconfig(sdl) >= 1.2.0 > BuildRequires: SDL_image-devel >@@ -30,9 +31,10 @@ > %setup -q > %patch0 -p0 > %patch1 -p0 >+%patch2 -p0 > > %build >-export CXXFLAGS="%optflags -DBOOST_FILESYSTEM_VERSION=2 -pthread" >+export CXXFLAGS="%optflags -pthread" > %configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir} --with-boost-libdir=%{_libdir} > %make > >@@ -59,6 +61,8 @@ > > > %changelog >+* Sat Sep 8 2012 joequant <joequant> 2.1.1-3.mga3 >+- fix to use boost filesystem version 3 since version 2 is gone from 1.50 > > * Wed Jun 20 2012 fwang <fwang> 2.1.1-2.mga3 > + Revision: 262049
--- clanbomber.spec 2012-06-20 12:27:53.000000000 +0800 +++ clanbomber.spec.new 2012-09-09 22:14:07.328187239 +0800 @@ -1,6 +1,6 @@ Name: clanbomber Version: 2.1.1 -Release: %mkrel 2 +Release: %mkrel 3 Summary: A free (GPL) Bomberman-like multiplayer game License: GPLv2 Group: Games/Arcade @@ -11,6 +11,7 @@ Source13: %{name}.48.png Patch0: clanbomber-2.1.1-desktop-fix.patch Patch1: clanbomber-2.1.1-dirprefix.patch +Patch2: clanbomber-2.1.1-filesystem.patch BuildRequires: boost-devel BuildRequires: pkgconfig(sdl) >= 1.2.0 BuildRequires: SDL_image-devel @@ -30,9 +31,10 @@ %setup -q %patch0 -p0 %patch1 -p0 +%patch2 -p0 %build -export CXXFLAGS="%optflags -DBOOST_FILESYSTEM_VERSION=2 -pthread" +export CXXFLAGS="%optflags -pthread" %configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir} --with-boost-libdir=%{_libdir} %make @@ -59,6 +61,8 @@ %changelog +* Sat Sep 8 2012 joequant <joequant> 2.1.1-3.mga3 +- fix to use boost filesystem version 3 since version 2 is gone from 1.50 * Wed Jun 20 2012 fwang <fwang> 2.1.1-2.mga3 + Revision: 262049
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7415
:
2773
|
2774
| 2775