Ticket #52384: hexchat-no-system-hexchat-includes.patch

File hexchat-no-system-hexchat-includes.patch, 792 bytes (added by Ionic (Mihai Moldovan), 8 years ago)
  • irc/hexchat/Portfile

    diff --git a/irc/hexchat/Portfile b/irc/hexchat/Portfile
    index 5d2bf5d..14e4bb8 100644
    a b depends_build-append \ 
    4949                    port:automake \
    5050                    port:libtool
    5151
     52# Shadow already installed hexchat headers. Needed for trace mode.
     53# -isystem has the added benefit of moving the include
     54# directory specified to the end of the include path list.
     55# This will help the build system respect custom include
     56# paths correctly (i.e., searching them before the MP include
     57# directory.)
     58configure.cppflags-replace  -I${prefix}/include -isystem${prefix}/include
     59
    5260configure.args      --disable-dependency-tracking \
    5361                    --enable-minimal-flags \
    5462                    --disable-python \