Changeset 98064


Ignore:
Timestamp:
Sep 24, 2012, 6:33:48 AM (12 years ago)
Author:
jeremyhu@…
Message:

blt: Fix build with clang by not including -L... in CPPFLAGS which confused configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/blt/Portfile

    r97774 r98064  
    2424                        port:tk
    2525
    26 # Project bug
    27 # http://trac.macports.org/ticket/32599
    28 if {${configure.compiler} == "clang"} {
    29     configure.compiler llvm-gcc-4.2
    30 }
    31 
    32 configure.cppflags      "-L${prefix}/lib"
    3326configure.cflags        "-O3 -fno-common"
    3427
Note: See TracChangeset for help on using the changeset viewer.