diff options
-rw-r--r-- | archivers/laszip/Makefile | 2 | ||||
-rw-r--r-- | devel/cpp-netlib/Makefile | 4 | ||||
-rw-r--r-- | devel/icestorm/Makefile | 2 | ||||
-rw-r--r-- | devel/libcjson/Makefile | 2 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 | ||||
-rw-r--r-- | net/libstorj/Makefile | 2 |
6 files changed, 6 insertions, 8 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile index 8b328a9b0bd5..b8bf95700e2a 100644 --- a/archivers/laszip/Makefile +++ b/archivers/laszip/Makefile @@ -11,7 +11,7 @@ COMMENT= Library for lossless LAS compression LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake +USES= cmake compiler:c++0x USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 3afc2c946ebb..a7d5eaea1cc8 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -17,9 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ asio>0:net/asio -BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" - -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_LDCONFIG= yes CFLAGS+= -fPIC CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ diff --git a/devel/icestorm/Makefile b/devel/icestorm/Makefile index b730f20643fc..e925995331c6 100644 --- a/devel/icestorm/Makefile +++ b/devel/icestorm/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= gmake python:3.3+ shebangfix pkgconfig +USES= compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ ${WRKSRC}/icebox/Makefile diff --git a/devel/libcjson/Makefile b/devel/libcjson/Makefile index 4e1367cb1780..65e96f1355b2 100644 --- a/devel/libcjson/Makefile +++ b/devel/libcjson/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE CMAKE_ON= BUILD_SHARED_AND_STATIC_LIBS ENABLE_CJSON_UTILS ENABLE_TARGET_EXPORT -USES= cmake +USES= cmake compiler:c11 PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 7eab09f30b9b..08fb87cdc9d3 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ RESTRICTED= ROMs are copyrighted by Commodore Business Machines -USES= pkgconfig makeinfo gmake iconv jpeg +USES= compiler:c++11-lang pkgconfig makeinfo gmake iconv jpeg USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes GNU_CONFIGURE= yes diff --git a/net/libstorj/Makefile b/net/libstorj/Makefile index b2ff07fc4d86..368ce8928e95 100644 --- a/net/libstorj/Makefile +++ b/net/libstorj/Makefile @@ -16,7 +16,6 @@ BROKEN_armv6= fails to build: invokes x86 assembler BROKEN_armv7= fails to build: invokes x86 assembler BROKEN_mips= fails to build: invokes x86 assembler BROKEN_mips64= fails to build: invokes x86 assembler -BROKEN_powerpc64= fails to compile: storj.c:135: 'for' loop initial declaration used outside C99 mode LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ @@ -25,6 +24,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libmicrohttpd.so:www/libmicrohttpd USES= autoreconf gmake libtool localbase pkgconfig +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= Storj |