Changeset 98082


Ignore:
Timestamp:
Sep 24, 2012, 2:54:53 PM (12 years ago)
Author:
ryandesign@…
Message:

swarm: blacklist clang; add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/swarm/Portfile

    r98081 r98082  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
     
    3839}
    3940
     41#sendmsg.c:200:10: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration]
     42#sendmsg.c:507:10: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration]
     43#sendmsg.c:510:5: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration]
     44compiler.blacklist  clang
     45
    4046configure.args      --with-x \
    4147                    --x-include=${prefix}/include \
Note: See TracChangeset for help on using the changeset viewer.