[153780] trunk/dports/graphics/podofo

devans at macports.org devans at macports.org
Tue Oct 11 07:42:00 CEST 2016


Revision: 153780
          https://trac.macports.org/changeset/153780
Author:   devans at macports.org
Date:     2016-10-10 22:41:59 -0700 (Mon, 10 Oct 2016)
Log Message:
-----------
podofo: patch to fix type mismatch on 32 bit builds (#52564).

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

Added Paths:
-----------
    trunk/dports/graphics/podofo/files/patch-test-unit-EncryptTest.h.diff

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2016-10-11 04:02:50 UTC (rev 153779)
+++ trunk/dports/graphics/podofo/Portfile	2016-10-11 05:41:59 UTC (rev 153780)
@@ -45,7 +45,8 @@
     reinplace "s|\r||g" ${worksrcpath}/cmake/modules/FindFREETYPE.cmake
 }
 
-patchfiles          patch-cmake-modules-FindFREETYPE.cmake.diff
+patchfiles          patch-cmake-modules-FindFREETYPE.cmake.diff \
+                    patch-test-unit-EncryptTest.h.diff
 
 configure.args-append \
                     -G \"Unix Makefiles\" \

Added: trunk/dports/graphics/podofo/files/patch-test-unit-EncryptTest.h.diff
===================================================================
--- trunk/dports/graphics/podofo/files/patch-test-unit-EncryptTest.h.diff	                        (rev 0)
+++ trunk/dports/graphics/podofo/files/patch-test-unit-EncryptTest.h.diff	2016-10-11 05:41:59 UTC (rev 153780)
@@ -0,0 +1,11 @@
+--- test/unit/EncryptTest.h.orig	2016-10-10 21:47:05.000000000 -0700
++++ test/unit/EncryptTest.h	2016-10-10 21:47:33.000000000 -0700
+@@ -83,7 +83,7 @@
+ 
+  private:
+   char* m_pEncBuffer;
+-  long  m_lLen;
++  PoDoFo::pdf_long  m_lLen;
+   int   m_protection;
+   
+ };
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161010/141a1dcf/attachment-0002.html>


More information about the macports-changes mailing list