[72150] trunk/dports/devel/activewire

ryandesign at macports.org ryandesign at macports.org
Mon Oct 4 21:24:52 PDT 2010


Revision: 72150
          http://trac.macports.org/changeset/72150
Author:   ryandesign at macports.org
Date:     2010-10-04 21:24:50 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
activewire: fix build errors on 10.5; see #25949

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

Added Paths:
-----------
    trunk/dports/devel/activewire/files/patch-Shared-aw_sock.h.diff

Modified: trunk/dports/devel/activewire/Portfile
===================================================================
--- trunk/dports/devel/activewire/Portfile	2010-10-05 03:55:25 UTC (rev 72149)
+++ trunk/dports/devel/activewire/Portfile	2010-10-05 04:24:50 UTC (rev 72150)
@@ -38,7 +38,8 @@
 
 # variant realbasic description {Install REALbasic plugin} {}
 
-patchfiles          patch-Shared-libCdsaCrypt-libCdsaCrypt.cpp.diff
+patchfiles          patch-Shared-aw_sock.h.diff \
+                    patch-Shared-libCdsaCrypt-libCdsaCrypt.cpp.diff
 
 pre-configure {
     foreach i {libaw awdriver awconfig} {

Added: trunk/dports/devel/activewire/files/patch-Shared-aw_sock.h.diff
===================================================================
--- trunk/dports/devel/activewire/files/patch-Shared-aw_sock.h.diff	                        (rev 0)
+++ trunk/dports/devel/activewire/files/patch-Shared-aw_sock.h.diff	2010-10-05 04:24:50 UTC (rev 72150)
@@ -0,0 +1,11 @@
+--- Shared/aw_sock.h.orig	2006-11-28 20:37:41.000000000 -0600
++++ Shared/aw_sock.h	2010-10-04 23:17:59.000000000 -0500
+@@ -24,4 +24,8 @@
+ #include <stdbool.h>
+ 
++#ifndef u_int32_t
++#define u_int32_t uint32_t
++#endif
++
+ bool constructClientSocket(int *s, struct sockaddr_in *serverProperties,
+ 						   char *address, unsigned short port);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101004/2408c2db/attachment.html>


More information about the macports-changes mailing list