Control: tags -1 patch

Hi there,

attached patch would fix this particular build failure, but I think the
package could need a general overhaul, given it has been 7 years since the
last upload ;). The example website (linuxfr.org) doesn't seem to be working
with this software anymore and I personally have no experience at all with
it.

Cheers,
  Andreas
--- wmcoincoin-2.5.1e.orig/platypus/Makefile.am
+++ wmcoincoin-2.5.1e/platypus/Makefile.am
@@ -1,9 +1,8 @@
 bin_PROGRAMS = @WMCOINCOIN_PLAYER@
 EXTRA_PROGRAMS = wmcoincoin_player
 
-LIBS = `imlib2-config --libs`
+LIBS = `imlib2-config --libs` `pkg-config --libs x11`
 
 wmcoincoin_player_SOURCES = fmalloc.c giffunc.c gifread.c wmcoincoin_player.c gif.h
 
 INCLUDES = -I. `imlib2-config --cflags`
--- wmcoincoin-2.5.1e.orig/platypus/Makefile.in
+++ wmcoincoin-2.5.1e/platypus/Makefile.in
@@ -88,7 +88,7 @@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
 
-LIBS = `imlib2-config --libs`
+LIBS = `imlib2-config --libs` `pkg-config --libs x11`
 LTLIBICONV = @LTLIBICONV@
 LTLIBINTL = @LTLIBINTL@
 LTLIBOBJS = @LTLIBOBJS@

Attachment: signature.asc
Description: Digital signature

Reply via email to