[39235] trunk/dports/net/adns

toby at macports.org toby at macports.org
Tue Aug 12 21:35:12 PDT 2008


Revision: 39235
          http://trac.macosforge.org/projects/macports/changeset/39235
Author:   toby at macports.org
Date:     2008-08-12 21:35:11 -0700 (Tue, 12 Aug 2008)
Log Message:
-----------
Probable fix for building on <10.5

Modified Paths:
--------------
    trunk/dports/net/adns/Portfile

Added Paths:
-----------
    trunk/dports/net/adns/files/patch-src__internal.h

Modified: trunk/dports/net/adns/Portfile
===================================================================
--- trunk/dports/net/adns/Portfile	2008-08-13 03:00:47 UTC (rev 39234)
+++ trunk/dports/net/adns/Portfile	2008-08-13 04:35:11 UTC (rev 39235)
@@ -22,11 +22,8 @@
 patchfiles       patch-configure \
                  patch-client__Makefile.in \
                  patch-dynamic__Makefile.in \
-                 patch-src__Makefile.in
+                 patch-src__Makefile.in \
+                 patch-src__internal.h
 
 test.run         yes
 test.target      check
-
-platform darwin 7 {
-	configure.args-append --disable-dynamic
-}

Added: trunk/dports/net/adns/files/patch-src__internal.h
===================================================================
--- trunk/dports/net/adns/files/patch-src__internal.h	                        (rev 0)
+++ trunk/dports/net/adns/files/patch-src__internal.h	2008-08-13 04:35:11 UTC (rev 39235)
@@ -0,0 +1,11 @@
+--- src/internal.h.orig	2008-08-12 21:30:51.000000000 -0700
++++ src/internal.h	2008-08-12 21:31:01.000000000 -0700
+@@ -185,7 +185,7 @@
+   void *p;
+   void (*fp)(void);
+   union maxalign *up;
+-} data;
++};
+ 
+ typedef struct {
+   void *ext;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080812/0f53cbf6/attachment.html 


More information about the macports-changes mailing list