[87679] trunk/dports/aqua/fltk-devel/Portfile

takeshi at macports.org takeshi at macports.org
Thu Dec 1 06:37:11 PST 2011


Revision: 87679
          http://trac.macports.org/changeset/87679
Author:   takeshi at macports.org
Date:     2011-12-01 06:37:11 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
fltk-devel: updated for 1.3.x-r9187. fixed build on Lion by forcing llvm-gcc-4.2

Revision Links:
--------------
    http://trac.macports.org/changeset/9187

Modified Paths:
--------------
    trunk/dports/aqua/fltk-devel/Portfile

Modified: trunk/dports/aqua/fltk-devel/Portfile
===================================================================
--- trunk/dports/aqua/fltk-devel/Portfile	2011-12-01 14:27:12 UTC (rev 87678)
+++ trunk/dports/aqua/fltk-devel/Portfile	2011-12-01 14:37:11 UTC (rev 87679)
@@ -5,7 +5,7 @@
 
 name            fltk-devel
 conflicts       fltk
-version         1.3.x-r8635
+version         1.3.x-r9187
 categories      aqua devel
 platforms       macosx
 maintainers     nomaintainer
@@ -29,8 +29,8 @@
 distname        fltk-${version}
 use_bzip2       yes
 
-checksums       sha1    098cfd9b6c5f2b9856f60fd5efbab10350accef7 \
-                rmd160  4c94a4792de127fc53dfb72584e00dd5825df14b
+checksums           sha1    bdc18979f7cf1f5117bebe8fa15ba76ca311b25d \
+                    rmd160  7ae66239d509bb0ec2b9a5627f52eb361dfeb938
 
 depends_lib     port:jpeg \
                 port:libpng \
@@ -45,6 +45,9 @@
         ${worksrcpath}/test/Makefile
 }
 
+if {${configure.compiler}=="clang"} {
+    configure.compiler  llvm-gcc-4.2
+}
 pre-configure {
     if {[variant_isset universal]} {
         set archflags ${configure.universal_cflags}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111201/5be14ff0/attachment-0001.html>


More information about the macports-changes mailing list