mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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:
parent
20d2d686b4
commit
6a504aa868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480820
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user