rpms/bsnes/devel bsnes-0.060-dso.patch,1.3,1.4

Julian Sikorski belegdol at rpmfusion.org
Sun Feb 21 12:05:39 CET 2010


Author: belegdol

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

Modified Files:
	bsnes-0.060-dso.patch 
Log Message:
Added -lpulse to the linker command line

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

Index: bsnes-0.060-dso.patch
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes-0.060-dso.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bsnes-0.060-dso.patch	21 Feb 2010 10:48:42 -0000	1.3
+++ bsnes-0.060-dso.patch	21 Feb 2010 11:05:39 -0000	1.4
@@ -6,7 +6,7 @@
  
  ifeq ($(platform),x)
 -  link += -s
-+  link += -s -ldl -lX11 -lXext
++  link += -s -ldl -lX11 -lXext -lpulse
  
    ruby := video.glx video.xv video.qtraster video.sdl
    ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao



More information about the rpmfusion-commits mailing list