[115970] trunk/dports/graphics/png2ico

ryandesign at macports.org ryandesign at macports.org
Wed Jan 15 11:57:43 PST 2014


Revision: 115970
          https://trac.macports.org/changeset/115970
Author:   ryandesign at macports.org
Date:     2014-01-15 11:57:43 -0800 (Wed, 15 Jan 2014)
Log Message:
-----------
png2ico: fix build failure on Mavericks (#42136)

Modified Paths:
--------------
    trunk/dports/graphics/png2ico/Portfile

Added Paths:
-----------
    trunk/dports/graphics/png2ico/files/patch-png2ico.cpp.diff

Modified: trunk/dports/graphics/png2ico/Portfile
===================================================================
--- trunk/dports/graphics/png2ico/Portfile	2014-01-15 18:28:09 UTC (rev 115969)
+++ trunk/dports/graphics/png2ico/Portfile	2014-01-15 19:57:43 UTC (rev 115970)
@@ -21,7 +21,8 @@
 
 worksrcdir		${name}
 
-patchfiles		patch-Makefile
+patchfiles		patch-Makefile \
+				patch-png2ico.cpp.diff
 
 use_configure	no
 

Added: trunk/dports/graphics/png2ico/files/patch-png2ico.cpp.diff
===================================================================
--- trunk/dports/graphics/png2ico/files/patch-png2ico.cpp.diff	                        (rev 0)
+++ trunk/dports/graphics/png2ico/files/patch-png2ico.cpp.diff	2014-01-15 19:57:43 UTC (rev 115970)
@@ -0,0 +1,10 @@
+--- png2ico.cpp.orig	2014-01-15 07:25:13.000000000 +0100
++++ png2ico.cpp	2014-01-15 07:32:49.000000000 +0100
+@@ -33,6 +33,7 @@
+ 
+ 
+ #include <cstdio>
++#include <stdlib.h>
+ #include <vector>
+ #include <climits>
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140115/20f81149/attachment.html>


More information about the macports-changes mailing list