security/libgpg-error: Switch cpp to support gcc-5

This port relies on CPP behavior that changes on GCC 5.  To ensure
libgpg-error keeps building on the newest GCC, add a build dependency
on tradcpp and use it instead.

PR:		197562
Submitted by:	marino
Approved by:	maintainer (novel)
This commit is contained in:
John Marino
2015-03-01 16:52:43 +00:00
parent 90b214dfd1
commit c66b18fef6

View File

@@ -10,9 +10,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= Common error values for all GnuPG components
BUILD_DEPENDS= tradcpp:${PORTSDIR}/devel/tradcpp
OPTIONS_DEFINE= DOCS NLS
USES= gmake libtool tar:bzip2
CPP= tradcpp
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes