[26740] trunk/dports/devel/libsdl

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 12:39:32 PDT 2007


Revision: 26740
          http://trac.macosforge.org/projects/macports/changeset/26740
Author:   jkh at macports.org
Date:     2007-07-05 12:39:32 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
Leopard build fixes

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Added Paths:
-----------
    trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h
    trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2007-07-05 19:15:22 UTC (rev 26739)
+++ trunk/dports/devel/libsdl/Portfile	2007-07-05 19:39:32 UTC (rev 26740)
@@ -48,3 +48,8 @@
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 	build.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
+
+platform darwin 9 {
+	patchfiles-append patch-AudioFilePlayer.h patch-SDL_coreaudio.c
+}
+

Added: trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h
===================================================================
--- trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h	                        (rev 0)
+++ trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h	2007-07-05 19:39:32 UTC (rev 26740)
@@ -0,0 +1,10 @@
+--- src/cdrom/macosx/AudioFilePlayer.h.orig	2007-07-05 12:27:56.000000000 -0700
++++ src/cdrom/macosx/AudioFilePlayer.h	2007-07-05 12:29:36.000000000 -0700
+@@ -33,6 +33,7 @@
+ #include <CoreServices/CoreServices.h>
+ 
+ #include <AudioUnit/AudioUnit.h>
++#include <AudioUnit/AUNTComponent.h>
+ 
+ #include "SDL_error.h"
+ 

Added: trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c
===================================================================
--- trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c	                        (rev 0)
+++ trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c	2007-07-05 19:39:32 UTC (rev 26740)
@@ -0,0 +1,10 @@
+--- src/audio/macosx/SDL_coreaudio.c.orig	2007-07-05 12:34:39.000000000 -0700
++++ src/audio/macosx/SDL_coreaudio.c	2007-07-05 12:35:25.000000000 -0700
+@@ -22,6 +22,7 @@
+ #include "SDL_config.h"
+ 
+ #include <AudioUnit/AudioUnit.h>
++#include <AudioUnit/AUNTComponent.h>
+ 
+ #include "SDL_audio.h"
+ #include "../SDL_audio_c.h"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070705/de673e87/attachment.html


More information about the macports-changes mailing list