[128209] trunk/dports/print/pcal/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 09:05:20 PST 2014


Revision: 128209
          https://trac.macports.org/changeset/128209
Author:   khindenburg at macports.org
Date:     2014-11-16 09:05:20 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
pcal: try to use the right compiler

Modified Paths:
--------------
    trunk/dports/print/pcal/Portfile

Modified: trunk/dports/print/pcal/Portfile
===================================================================
--- trunk/dports/print/pcal/Portfile	2014-11-16 13:15:20 UTC (rev 128208)
+++ trunk/dports/print/pcal/Portfile	2014-11-16 17:05:20 UTC (rev 128209)
@@ -32,7 +32,11 @@
               "${worksrcpath}/Makefile"
 }
 
+build.type          gnu
 build.target
+build.args-append   CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CPP=${configure.cpp}
 
 variant a4 description {Use A4 size paper as the default} {
     post-configure {
@@ -42,6 +46,5 @@
 }
 
 destroot.destdir    prefix=${destroot}${prefix}
-build.type          gnu
 
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/1c76bee8/attachment.html>


More information about the macports-changes mailing list