aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-01-17 17:12:20 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:25:18 +0800
commita8a626969697ae5df064405be3e23af4f71116fe (patch)
tree4e2339de5f375361215f70cf2cd4ddf03c189ed9 /print
parent010b3a97a552b1cc9d8c20c4e4acce4a458bacf3 (diff)
downloadfreebsd-ports-gnome-a8a626969697ae5df064405be3e23af4f71116fe.tar.gz
freebsd-ports-gnome-a8a626969697ae5df064405be3e23af4f71116fe.tar.zst
freebsd-ports-gnome-a8a626969697ae5df064405be3e23af4f71116fe.zip
print/qpdf fix build with clang6
Diffstat (limited to 'print')
-rw-r--r--print/qpdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile
index 383188d11c1c..5bbe931b5f5f 100644
--- a/print/qpdf/Makefile
+++ b/print/qpdf/Makefile
@@ -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/' \