diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-11 09:44:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-11 09:44:15 +0800 |
commit | 39e31de51fbf694ff20f162572dc22c61f7d1b9d (patch) | |
tree | d21fd4ee60da4c705d6bb2d4d0222a7e7af7ef7b /print/qpdf | |
parent | 1ddd46af14a4033deba9f651fa531f8aa83ea3f7 (diff) | |
download | freebsd-ports-gnome-39e31de51fbf694ff20f162572dc22c61f7d1b9d.tar.gz freebsd-ports-gnome-39e31de51fbf694ff20f162572dc22c61f7d1b9d.tar.zst freebsd-ports-gnome-39e31de51fbf694ff20f162572dc22c61f7d1b9d.zip |
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'print/qpdf')
-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 97627e43254e..98801783a538 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= qpdf DISTVERSION= 8.0.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -14,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE_ART20= ${WRKSRC}/Artistic-2.0 LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt -USES= gmake jpeg libtool localbase +USES= compiler:c++11-lang gmake jpeg libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes |