[103663] trunk/dports/audio/xmp

larryv at macports.org larryv at macports.org
Mon Mar 4 00:53:07 PST 2013


Revision: 103663
          https://trac.macports.org/changeset/103663
Author:   larryv at macports.org
Date:     2013-03-04 00:53:07 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
xmp: Attempt to fix Snow Leopard build failure caused by absent C integer type.

Modified Paths:
--------------
    trunk/dports/audio/xmp/Portfile

Added Paths:
-----------
    trunk/dports/audio/xmp/files/patch-src-sound_coreaudio.c.diff

Modified: trunk/dports/audio/xmp/Portfile
===================================================================
--- trunk/dports/audio/xmp/Portfile	2013-03-04 08:17:26 UTC (rev 103662)
+++ trunk/dports/audio/xmp/Portfile	2013-03-04 08:53:07 UTC (rev 103663)
@@ -49,6 +49,10 @@
             copy ${etc_xmp}/xmp.conf.default ${etc_xmp}/xmp.conf
         }
     }
+
+    platform darwin 10 {
+        patchfiles      patch-src-sound_coreaudio.c.diff
+    }
 } else {
     livecheck.type      none
 }

Added: trunk/dports/audio/xmp/files/patch-src-sound_coreaudio.c.diff
===================================================================
--- trunk/dports/audio/xmp/files/patch-src-sound_coreaudio.c.diff	                        (rev 0)
+++ trunk/dports/audio/xmp/files/patch-src-sound_coreaudio.c.diff	2013-03-04 08:53:07 UTC (rev 103663)
@@ -0,0 +1,11 @@
+--- src/sound_coreaudio.c.orig	2013-02-16 05:21:10.000000000 -0500
++++ src/sound_coreaudio.c	2013-03-04 03:42:00.000000000 -0500
+@@ -21,7 +21,7 @@
+  */
+ 
+ static int paused;
+-static uint8 *buffer;
++static uint8_t *buffer;
+ static int buffer_len;
+ static int buf_write_pos;
+ static int buf_read_pos;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/1e26d998/attachment.html>


More information about the macports-changes mailing list