svn commit: r459229 - head/print/qpdf

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 17 09:12:21 UTC 2018


Author: tcberner
Date: Wed Jan 17 09:12:20 2018
New Revision: 459229
URL: https://svnweb.freebsd.org/changeset/ports/459229

Log:
  print/qpdf fix build with clang6

Modified:
  head/print/qpdf/Makefile

Modified: head/print/qpdf/Makefile
==============================================================================
--- head/print/qpdf/Makefile	Wed Jan 17 09:02:02 2018	(r459228)
+++ head/print/qpdf/Makefile	Wed Jan 17 09:12:20 2018	(r459229)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qpdf
 PORTVERSION=	6.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	SF
 
@@ -22,6 +22,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 USES=		gmake libtool
+USE_CXXSTD=	gnu++98
 
 post-patch:
 	@${REINPLACE_CMD} 's/make --version/${MAKE_CMD} --version/' \


More information about the svn-ports-all mailing list