Add compiler:c++11-lang to USES to fix building these ports on GCC-based
architectures. Reported by: jhibbits Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
c9689bcd56
commit
e47c46e857
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488313
4 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,7 @@ COMMENT= The open source version of Bungie's Marathon game
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs
|
||||
|
||||
USES= gmake localbase pkgconfig tar:bzip2
|
||||
USES= compiler:c++11-lang gmake localbase pkgconfig tar:bzip2
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_SDL= image net sdl ttf
|
||||
USE_GL= yes
|
||||
|
|
|
@ -27,13 +27,13 @@ CONFIGURE_ARGS= --enable-notify-plugin \
|
|||
--disable-mpris2-plugin \
|
||||
--without-html-dir \
|
||||
--with-gstreamer=1.0
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext-tools \
|
||||
gmake libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USE_GNOME= cairo gtk30 glib20 intltool intlhack
|
||||
USE_GSTREAMER1= core faad flac wavpack rtmp x
|
||||
USE_XFCE= panel
|
||||
USE_XORG= ice sm x11
|
||||
USE_LDCONFIG= yes
|
||||
USES= desktop-file-utils gettext-tools gmake libtool pkgconfig \
|
||||
tar:bzip2 xfce:gtk3
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
|
|
@ -11,7 +11,8 @@ COMMENT= System administration tool for the LXQt desktop
|
|||
|
||||
LICENSE= LGPL21+
|
||||
|
||||
USES= cmake:outsource kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
|
||||
USES= cmake:outsource compiler:c++11-lang gnome kde:5 localbase \
|
||||
lxqt pkgconfig tar:xz qt:5
|
||||
USE_QT= buildtools_build qmake_build core dbus gui svg \
|
||||
widgets x11extras xml
|
||||
USE_KDE= windowsystem
|
||||
|
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
|
|||
|
||||
CONFLICTS_INSTALL= ${PORTNAME}-qt4*
|
||||
|
||||
USES= desktop-file-utils pkgconfig qmake qt:5 ssl tar:xz
|
||||
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 ssl tar:xz
|
||||
USE_QT= core concurrent gui network printsupport script sql webkit \
|
||||
widgets x11extras xml imageformats_run sql-sqlite3_run \
|
||||
buildtools_build linguisttools_build
|
||||
|
|
Loading…
Reference in a new issue