]> git.pld-linux.org Git - packages/bmpx.git/blob - bmpx-sidplay.patch
- release 14
[packages/bmpx.git] / bmpx-sidplay.patch
1 diff -urN bmpx-0.40.14/configure.ac bmpx-0.40.14.new/configure.ac
2 --- bmpx-0.40.14/configure.ac   2008-07-26 00:26:53.000000000 +0200
3 +++ bmpx-0.40.14.new/configure.ac       2008-07-26 00:29:27.000000000 +0200
4 @@ -398,7 +398,7 @@
5      AC_LANG_SAVE
6      AC_LANG_CPLUSPLUS
7  
8 -    AC_CHECK_LIB([sidplay], [C64_clockSpeed], [have_sid=yes], [have_sid=no])
9 +    AC_CHECK_MEMBER([struct sidTuneInfo.loadAddr], [have_sid=yes], [have_sid=no], [#include <sidplay/sidtune.h>])
10  
11      if test "$have_sid" = "yes"; then
12          AC_DEFINE([HAVE_SID], [1], [have sid])
This page took 0.058154 seconds and 3 git commands to generate.