]> git.pld-linux.org Git - packages/bmpx.git/commitdiff
- try to fix build on ppc
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 25 Jul 2008 22:34:56 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmpx-sidplay.patch -> 1.1

bmpx-sidplay.patch [new file with mode: 0644]

diff --git a/bmpx-sidplay.patch b/bmpx-sidplay.patch
new file mode 100644 (file)
index 0000000..62067ab
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN bmpx-0.40.14/configure.ac bmpx-0.40.14.new/configure.ac
+--- bmpx-0.40.14/configure.ac  2008-07-26 00:26:53.000000000 +0200
++++ bmpx-0.40.14.new/configure.ac      2008-07-26 00:29:27.000000000 +0200
+@@ -398,7 +398,7 @@
+     AC_LANG_SAVE
+     AC_LANG_CPLUSPLUS
+-    AC_CHECK_LIB([sidplay], [C64_clockSpeed], [have_sid=yes], [have_sid=no])
++    AC_CHECK_MEMBER([struct sidTuneInfo.loadAddr], [have_sid=yes], [have_sid=no], [#include <sidplay/sidtune.h>])
+     if test "$have_sid" = "yes"; then
+         AC_DEFINE([HAVE_SID], [1], [have sid])
This page took 0.052146 seconds and 4 git commands to generate.