aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-01-25 20:53:07 +0800
committerjbeich <jbeich@FreeBSD.org>2015-01-25 20:53:07 +0800
commit96c2cfb5abe16c8ccb5f3943c2fb87e2b2fb8582 (patch)
tree763a2a932112e19a019009ff7030c7a2bccccc64 /devel
parentaafae80ff85c2d69cad891ab758dbf3f4bec7968 (diff)
downloadfreebsd-ports-gnome-96c2cfb5abe16c8ccb5f3943c2fb87e2b2fb8582.tar.gz
freebsd-ports-gnome-96c2cfb5abe16c8ccb5f3943c2fb87e2b2fb8582.tar.zst
freebsd-ports-gnome-96c2cfb5abe16c8ccb5f3943c2fb87e2b2fb8582.zip
Unbreak build with devel/utf8cpp installed
Let preprocessor know ${LOCALBASE}/include is a system include path, so #include "..." shouldn't try to pick headers from there. lang/gcc* and lang/clang* already do the right thing. PR: 196220 Differential Revision: https://reviews.freebsd.org/D1664 Approved by: garga (maintainer) Approved by: bapt (mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/git/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index b0b10642106f..4de764f7e8bc 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -28,7 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
USES= gmake shebangfix tar:xz
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -isystem${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV+= V=1
USE_OPENSSL= yes