Changeset 99301


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

gdb: don't put preprocessor flags in CFLAGS and CXXFLAGS; fixes build-time conflict (#36472)

File:
1 edited

Legend:

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

    r98467 r99301  
    33
    44PortSystem      1.0
    5 PortGroup       conflicts_build 1.0
    65PortGroup       muniversal 1.0
    76
     
    4039depends_build   port:gettext
    4140
    42 conflicts_build cctools-headers
    43 
    4441if {${configure.build_arch} == "ppc" || ${configure.build_arch} == "ppc64"} {
    4542    notes "${name} does not support building on ${configure.build_arch}."
     
    5552    --with-docdir=${prefix}/share/doc \
    5653    --program-prefix=g
    57 
    58 configure.cflags-append     -I${prefix}/include
    59 configure.cxxflags-append   -I${prefix}/include
    6054
    6155if {${configure.compiler} == "clang"} {
Note: See TracChangeset for help on using the changeset viewer.