diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-17 09:12:20 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-17 09:12:20 +0000 |
commit | 8ab9b09032b1ce6b75ac68216ff673cd0a5debf8 (patch) | |
tree | 69c445b9339d6413c5e403e4aa6a1f3153dedf8f /print | |
parent | 94876c8289a2056f3491b7a363611d28c9493e5d (diff) |
print/qpdf fix build with clang6
Notes
Notes:
svn path=/head/; revision=459229
Diffstat (limited to 'print')
-rw-r--r-- | print/qpdf/Makefile | 3 |
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/' \ |