diff --git a/irc/hexchat/Portfile b/irc/hexchat/Portfile
index 5d2bf5d..14e4bb8 100644
a
|
b
|
depends_build-append \ |
49 | 49 | port:automake \ |
50 | 50 | port:libtool |
51 | 51 | |
| 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.) |
| 58 | configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include |
| 59 | |
52 | 60 | configure.args --disable-dependency-tracking \ |
53 | 61 | --enable-minimal-flags \ |
54 | 62 | --disable-python \ |