Changeset 99303


Ignore:
Timestamp:
Oct 31, 2012, 9:31:24 PM (12 years ago)
Author:
jmr@…
Message:

gdb: disable -Werror instead of disabling a warning with clang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/gdb/Portfile

    r99302 r99303  
    4040depends_build   port:gettext
    4141
    42 configure.args-append \
     42configure.args \
    4343    --infodir=${prefix}/share/info \
    4444    --mandir=${prefix}/share/man \
    4545    --with-docdir=${prefix}/share/doc \
    46     --program-prefix=g
    47 
    48 if {${configure.compiler} == "clang"} {
    49     configure.cflags-append -Wno-unused-value
    50 }
     46    --program-prefix=g \
     47    --disable-werror
    5148
    5249post-destroot {
Note: See TracChangeset for help on using the changeset viewer.