Update games/xboard-devel to version 4.8.0.20151020.3
[dports.git] / games / xboard-devel / files / patch-Makefile.am
1 --- Makefile.am.orig    2015-08-06 23:49:02.000000000 +0200
2 +++ Makefile.am 2015-10-11 02:11:07.000000000 +0200
3 @@ -57,7 +57,7 @@
4  ###
5  
6  SUBDIRS = po
7 -xboard_LDADD = -ldl -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @CAIRO_LIBS@
8 +xboard_LDADD = -lm @FRONTEND_LIBS@ @X_LIBS@ @LIBINTL@ @PANGOCAIRO_LIBS@
9  
10  EXTRA_DIST = pixmaps themes png sounds winboard \
11         xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop xboard-config.desktop \
12 @@ -68,7 +68,7 @@
13  DISTCLEANFILES = stamp-h
14  
15  GITVERSION=$(shell sh -c 'git describe --dirty --always 2>/dev/null')
16 -AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ @CAIRO_CFLAGS@ @FRONTEND_CFLAGS@  -DSYSCONFDIR='"$(sysconfdir)"' \
17 +AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ @PANGOCAIRO_CFLAGS@ @FRONTEND_CFLAGS@  -DSYSCONFDIR='"$(sysconfdir)"' \
18             -DLOCALEDIR='"$(localedir)"' -DSVGDIR='"$(svgdir)"' -D__GIT_VERSION='"$(GITVERSION)"' \
19              -DCONFIGURE_OPTIONS='"@CONFIGURE_OPTIONS@"' -DDATADIR='"$(datadir)/games/xboard"' $(headers)
20  
21 @@ -179,7 +179,8 @@
22  ### directory and files for themes (and other) configuration files
23  
24  themesdir = $(datadir)/games/xboard/themes/conf
25 -dist_themes_DATA = conf/shogi conf/xq conf/ics conf/mini conf/mini.fen conf/sho conf/sho.fen
26 +dist_themes_DATA = conf/shogi conf/xq conf/chu conf/ics conf/mini conf/mini.fen conf/sho conf/sho.fen \
27 +           conf/judkins conf/judkins.fen conf/xiangqi
28  
29  ### directory and files for pixmaps
30  
31 @@ -196,7 +197,12 @@
32  soundsdir = $(gamedatadir)/sounds
33  dist_sounds_DATA = \
34    sounds/cymbal.wav     sounds/pop2.wav   sounds/slap.wav     sounds/ding1.wav      sounds/laser.wav \
35 -  sounds/woodthunk.wav  sounds/gong.wav   sounds/penalty.wav  sounds/honkhonk.wav   sounds/phone.wav  sounds/roar.wav
36 +  sounds/woodthunk.wav  sounds/gong.wav   sounds/penalty.wav  sounds/honkhonk.wav   sounds/phone.wav  sounds/roar.wav \
37 +  sounds/README         sounds/alarm.wav  sounds/challenge.wav sounds/channel.wav   sounds/channel1.wav \
38 +  sounds/ching.wav      sounds/click.wav  sounds/draw.wav     sounds/drip.wav       sounds/kibitz.wav \
39 +  sounds/lose.wav       sounds/move.wav   sounds/pop.wav      sounds/request.wav    sounds/seek.wav \
40 +  sounds/shout.wav      sounds/squeak.wav sounds/sshout.wav   sounds/swish.wav      sounds/tell.wav \
41 +  sounds/thud.wav       sounds/unfinished.wav sounds/whipcrak.wav sounds/win.wav
42  
43  ### the man page depends on several files, so we add a special rule
44