diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-09 13:44:27 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-05-09 13:44:27 +0000 |
| commit | d0f0edde67a53896a8759c4cc7dca959d91ae72b (patch) | |
| tree | 0f8fdce9fb35a940277fb5d180c5e6dd6cf5018a | |
| parent | misc/p5-Array-Diff: Update version 0.07=>0.08 (diff) | |
misc/actiona: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix build with GCC:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: mentors (implicit approval)
Notes
Notes:
svn path=/head/; revision=501095
| -rw-r--r-- | misc/actiona/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/actiona/Makefile b/misc/actiona/Makefile index ddc0c8bf75d1..ffc5656999ab 100644 --- a/misc/actiona/Makefile +++ b/misc/actiona/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv -USES= desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info +USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= Jmgr USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \ |
