Fix build on gcc-based archs.

Tested on powerpc64 and amd64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-09-27 21:10:13 +00:00
parent 20d2d686b4
commit 6a504aa868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480820
4 changed files with 5 additions and 6 deletions

View File

@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libfreetype.so:print/freetype2 \
libhunspell-1.6.so:textproc/hunspell
USES= autoreconf compiler desktop-file-utils fam:gamin localbase \
USES= autoreconf compiler:c++11-lang desktop-file-utils fam:gamin localbase \
gettext-runtime libtool pathfix pkgconfig shared-mime-info
USE_WX= 2.8
USE_GNOME= gtk20 cairo
@ -42,7 +42,6 @@ SVNROOT_URI= svn://svn.code.sf.net/p/codeblocks/code/trunk
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang
USE_CXXSTD= c++11
. if ${COMPILER_VERSION} >= 35
CXXFLAGS+= -Wno-undefined-bool-conversion
. endif

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
USE_GITHUB= yes
GH_ACCOUNT= hzeller
USES= gmake
USES= compiler:c++11-lang gmake
ALL_TARGET= ${PORTNAME}
WRKSRC_SUBDIR= src

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgnutls.so:security/gnutls
GNU_CONFIGURE= yes
USES= apache:2.4 libtool pkgconfig tar:bzip2
USES= apache:2.4 compiler:c++11-lang libtool pkgconfig tar:bzip2
DBDIR= ${PREFIX}/var/db/${PORTNAME}
PLIST_SUB= SED="${SED}" WWWGRP=${WWWGRP} WWWOWN=${WWWOWN}

View File

@ -25,8 +25,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libxcb-util.so:x11/xcb-util \
libxcb-xrm.so:x11/xcb-util-xrm
USES= cmake:outsource localbase:ldflags pkgconfig \
python:2.7,build
USES= cmake:outsource compiler:c++11-lang localbase:ldflags \
pkgconfig python:2.7,build
USE_GITHUB= yes
GH_ACCOUNT= jaagr
GH_TUPLE= jaagr:i3ipcpp:v0.7.1-4-gd4e4786:i3ipcpp/lib/i3ipcpp \