Control: tags -1 + patch

Hi,

On 18/03/13 14:47, Steven Chamberlain wrote:
> On Linux we could override it with --enable-sound=no (assuming it is too
> difficult to get it working with OSS4 or aoss in the Wheezy timeframe).
> I've attached a patch for this but am still trying to test it.

I've tested this now, it does build an work (without sound) as long as
the attached patch is also applied.  This fixes a Makefile.in bug that
would forget to link with GTK libs if you configure without OSS sound
enabled.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
--- lletters-0.1.95+gtk2.orig/Makefile.in	2013-03-18 14:42:35.000000000 +0000
+++ lletters-0.1.95+gtk2/Makefile.in	2013-03-18 16:17:33.000000000 +0000
@@ -263,8 +263,9 @@
 		timer.h \
 		version.h 
 
-@SOUND_FALSE@lletters_SOURCES = $(lln_CORE)
+@SOUND_FALSE@lletters_SOURCES = $(lln_CORE) 
 @SOUND_TRUE@lletters_SOURCES = $(lln_CORE) wav_play.c $(sound_CORE) 
+@SOUND_FALSE@lletters_LDADD = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0
 @SOUND_TRUE@lletters_LDADD = libqdwav/libqdwav.a -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0
 
 #lletters_LDADD = #@GTK_LIBS@

Reply via email to