SOURCES: bmpx-sidplay.patch (NEW) - try to fix build on ppc

megabajt megabajt at pld-linux.org
Sat Jul 26 00:35:01 CEST 2008


Author: megabajt                     Date: Fri Jul 25 22:35:01 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- try to fix build on ppc

---- Files affected:
SOURCES:
   bmpx-sidplay.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bmpx-sidplay.patch
diff -u /dev/null SOURCES/bmpx-sidplay.patch:1.1
--- /dev/null	Sat Jul 26 00:35:02 2008
+++ SOURCES/bmpx-sidplay.patch	Sat Jul 26 00:34:56 2008
@@ -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])
================================================================


More information about the pld-cvs-commit mailing list