aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-10-27 11:50:58 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-10-27 11:50:58 +0000
commit19fb9b432be999e8d61c7892e6e3a884bf85ff4f (patch)
tree74eba052c6d25d4a6a8756c5bd25cf19cfb1f218 /security
parent7176acb592a62921bd872c40e3ba28cd1212d260 (diff)
downloadports-19fb9b432be999e8d61c7892e6e3a884bf85ff4f.tar.gz
ports-19fb9b432be999e8d61c7892e6e3a884bf85ff4f.zip
Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570
Notes
Notes: svn path=/head/; revision=483125
Diffstat (limited to 'security')
-rw-r--r--security/kwalletmanager/Makefile3
-rw-r--r--security/libkleo/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/security/kwalletmanager/Makefile b/security/kwalletmanager/Makefile
index 2eb3334575b6..76457209a483 100644
--- a/security/kwalletmanager/Makefile
+++ b/security/kwalletmanager/Makefile
@@ -7,7 +7,8 @@ CATEGORIES= security kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Password manager for KDE
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \
+ kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs config configwidgets coreaddons crash \
dbusaddons doctools ecm emoticons i18n iconthemes init \
itemmodels itemviews kcmutils kdelibs4support kio \
diff --git a/security/libkleo/Makefile b/security/libkleo/Makefile
index a8ed37b63345..778172ab5048 100644
--- a/security/libkleo/Makefile
+++ b/security/libkleo/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
RUN_DEPENDS= ${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= codecs completion config coreaddons i18n itemmodels \
widgetsaddons windowsystem \
pimtextedit