1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix build with GCC on 9.1.

- Do not look for Doxygen.
This commit is contained in:
Jung-uk Kim 2013-02-02 00:52:49 +00:00
parent b9c6d61768
commit 3c7cf5b938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311408

View File

@ -18,9 +18,11 @@ LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \
USE_XZ= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror
CONFIGURE_ARGS= --disable-werror --without-docs
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_PKGCONFIG= build
CXXFLAGS+= -Wno-long-long
.include <bsd.port.mk>