[107670] trunk/dports/graphics/exempi

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 3 23:02:07 PDT 2013


Revision: 107670
          https://trac.macports.org/changeset/107670
Author:   jeremyhu at macports.org
Date:     2013-07-03 23:02:07 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
exempi: Build fix

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

Added Paths:
-----------
    trunk/dports/graphics/exempi/files/malloc.patch

Modified: trunk/dports/graphics/exempi/Portfile
===================================================================
--- trunk/dports/graphics/exempi/Portfile	2013-07-04 05:30:17 UTC (rev 107669)
+++ trunk/dports/graphics/exempi/Portfile	2013-07-04 06:02:07 UTC (rev 107670)
@@ -20,7 +20,8 @@
 long_description \
                 Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK 4.1.1.
 
-patchfiles      patch-Makefile.am.diff
+patchfiles      patch-Makefile.am.diff \
+                malloc.patch
 
 # see http://trac.macports.org/ticket/20965
 if {$build_arch == "x86_64" || $build_arch == "ppc64"} {

Added: trunk/dports/graphics/exempi/files/malloc.patch
===================================================================
--- trunk/dports/graphics/exempi/files/malloc.patch	                        (rev 0)
+++ trunk/dports/graphics/exempi/files/malloc.patch	2013-07-04 06:02:07 UTC (rev 107670)
@@ -0,0 +1,10 @@
+--- source/common/LargeFileAccess.cpp.orig	2013-07-03 22:49:18.000000000 -0700
++++ source/common/LargeFileAccess.cpp	2013-07-03 22:49:45.000000000 -0700
+@@ -7,6 +7,7 @@
+ // of the Adobe license agreement accompanying it. 
+ // =================================================================================================
+ 
++#include <stdlib.h>
+ #include "LargeFileAccess.hpp"
+ 
+ // =================================================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/7dd301e5/attachment.html>


More information about the macports-changes mailing list