[142641] trunk/dports/devel/ppl/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 12 06:37:02 PST 2015


Revision: 142641
          https://trac.macports.org/changeset/142641
Author:   mcalhoun at macports.org
Date:     2015-11-18 03:18:28 -0800 (Wed, 18 Nov 2015)
Log Message:
-----------
ppl: universal build is not correct
ppl records sizeof data types in header files which will be different on 32- and 64-bit builds

Modified Paths:
--------------
    trunk/dports/devel/ppl/Portfile

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2015-11-18 07:45:08 UTC (rev 142640)
+++ trunk/dports/devel/ppl/Portfile	2015-11-18 11:18:28 UTC (rev 142641)
@@ -2,9 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           muniversal 1.0
 
 name                ppl
 version             1.1
+revision            1
 categories          devel math
 platforms           darwin
 license             GPL-3+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d0dca413/attachment.html>


More information about the macports-changes mailing list