Author: belegdol
Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25162
Modified Files:
bsnes-0.060-dso.patch
Log Message:
Added -lX11 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsnes-0.060-dso.patch 21 Feb 2010 09:55:49 -0000 1.1
+++ bsnes-0.060-dso.patch 21 Feb 2010 10:19:26 -0000 1.2
@@ -6,7 +6,7 @@
ifeq ($(platform),x)
- link += -s
-+ link += -s -ldl
++ link += -s -ldl -lX11
ruby := video.glx video.xv video.qtraster video.sdl
ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple
audio.ao
Show replies by date