[88917] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 20:02:06 PST 2012


Revision: 88917
          http://trac.macports.org/changeset/88917
Author:   ryandesign at macports.org
Date:     2012-01-14 20:02:02 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
libpixman, libpixman-devel: rpm-vercomp => vercmp

Modified Paths:
--------------
    trunk/dports/graphics/libpixman/Portfile
    trunk/dports/graphics/libpixman-devel/Portfile

Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile	2012-01-15 03:15:37 UTC (rev 88916)
+++ trunk/dports/graphics/libpixman/Portfile	2012-01-15 04:02:02 UTC (rev 88917)
@@ -30,7 +30,7 @@
 
 # llvm-gcc-4.2 makes cairo fail to generate PDFs properly
 if {${configure.compiler} == "llvm-gcc-4.2"} {
-    if {[rpm-vercomp $xcodeversion 4.1] >= 0} {
+    if {[vercmp $xcodeversion 4.1] >= 0} {
         configure.compiler clang
     } else {
         configure.compiler gcc-4.2

Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile	2012-01-15 03:15:37 UTC (rev 88916)
+++ trunk/dports/graphics/libpixman-devel/Portfile	2012-01-15 04:02:02 UTC (rev 88917)
@@ -30,7 +30,7 @@
 
 # llvm-gcc-4.2 makes cairo fail to generate PDFs properly
 if {${configure.compiler} == "llvm-gcc-4.2"} {
-    if {[rpm-vercomp $xcodeversion 4.1] >= 0} {
+    if {[vercmp $xcodeversion 4.1] >= 0} {
         configure.compiler clang
     } else {
         configure.compiler gcc-4.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/20e45a34/attachment.html>


More information about the macports-changes mailing list