[93145] trunk/dports/php/php5-gmagick

ryandesign at macports.org ryandesign at macports.org
Tue May 15 23:07:14 PDT 2012


Revision: 93145
          https://trac.macports.org/changeset/93145
Author:   ryandesign at macports.org
Date:     2012-05-15 23:07:13 -0700 (Tue, 15 May 2012)
Log Message:
-----------
php5-gmagick: fix build with GraphicsMagick 1.3.14 and up

Modified Paths:
--------------
    trunk/dports/php/php5-gmagick/Portfile

Added Paths:
-----------
    trunk/dports/php/php5-gmagick/files/
    trunk/dports/php/php5-gmagick/files/patch-php_gmagick.h.diff

Modified: trunk/dports/php/php5-gmagick/Portfile
===================================================================
--- trunk/dports/php/php5-gmagick/Portfile	2012-05-16 05:59:43 UTC (rev 93144)
+++ trunk/dports/php/php5-gmagick/Portfile	2012-05-16 06:07:13 UTC (rev 93145)
@@ -24,6 +24,8 @@
 archcheck.files \
     lib/libGraphicsMagickWand.dylib
 
+patchfiles      patch-php_gmagick.h.diff
+
 configure.args-append \
     --with-gmagick=${prefix}
 

Added: trunk/dports/php/php5-gmagick/files/patch-php_gmagick.h.diff
===================================================================
--- trunk/dports/php/php5-gmagick/files/patch-php_gmagick.h.diff	                        (rev 0)
+++ trunk/dports/php/php5-gmagick/files/patch-php_gmagick.h.diff	2012-05-16 06:07:13 UTC (rev 93145)
@@ -0,0 +1,11 @@
+https://bugs.php.net/62034
+--- php_gmagick.h.orig	2012-01-20 09:59:58.000000000 -0600
++++ php_gmagick.h	2012-05-16 01:02:58.000000000 -0500
+@@ -28,6 +28,7 @@
+ 
+ /* Include GraphicsMagick header */
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <wand/wand_api.h>
+ 
+ /* Include some required php headers */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/7c9c2d99/attachment.html>


More information about the macports-changes mailing list