rpms/bsnes/devel bsnes-0.060-dso.patch, NONE, 1.1 bsnes.spec, 1.29, 1.30 bsnes-0.037a-strip.patch, 1.6, NONE

Julian Sikorski belegdol at rpmfusion.org
Sun Feb 21 10:55:50 CET 2010


Author: belegdol

Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23501

Modified Files:
	bsnes.spec 
Added Files:
	bsnes-0.060-dso.patch 
Removed Files:
	bsnes-0.037a-strip.patch 
Log Message:
Added patch to explicitly link against libdl

bsnes-0.060-dso.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bsnes-0.060-dso.patch ---
diff -up bsnes-0.060/src/Makefile.dso bsnes-0.060/src/Makefile
--- bsnes-0.060/src/Makefile.dso	2010-02-21 10:39:54.000000000 +0100
+++ bsnes-0.060/src/Makefile	2010-02-21 10:40:21.000000000 +0100
@@ -25,7 +25,7 @@ link  :=
 ################
 
 ifeq ($(platform),x)
-  link += -s
+  link += -s -ldl
 
   ruby := video.glx video.xv video.qtraster video.sdl
   ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao


Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- bsnes.spec	20 Feb 2010 09:31:52 -0000	1.29
+++ bsnes.spec	21 Feb 2010 09:55:49 -0000	1.30
@@ -14,6 +14,7 @@
 #http://byuu.org/download.php?file=%{name}_v%{vernumber}.tar.bz2
 Source0:        %{name}_v%{vernumber}.tar.bz2
 Source2:        README.bsnes
+Patch0:         bsnes-0.060-dso.patch
 Patch1:         libco.ppc-elf-2.diff
 Patch2:         bsnes-0.054-noppcelfppc64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -75,6 +76,7 @@
 
 %prep
 %setup -qc
+%patch0 -p1 -b .dso
 pushd src/lib/libco
 %patch1 -p1 -b .newppcelf
 popd
@@ -212,10 +214,11 @@
 
 
 %changelog
-* Sat Feb 20 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.060-1
+* Sun Feb 21 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.060-1
 - Updated to 0.060
 - Use sed to prevent premature binaries stripping
 - Included supergameboy, snesfilter, pixelshaders and optionally snesreader
+- Added patch to explicitly link against libdl
 
 * Thu Jan 07 2010 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.059-1
 - Updated to 0.059


--- bsnes-0.037a-strip.patch DELETED ---



More information about the rpmfusion-commits mailing list