diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-08-14 01:39:53 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-08-14 01:39:53 +0800 |
commit | 0c415575ccce9c394cd1474ec380e190c26185cd (patch) | |
tree | d60b17c1f9ed3b516e98a2ba42b20fd16b284e4a | |
parent | a0e95444fbc045e17fe92915c0d27f631e935235 (diff) | |
download | freebsd-ports-gnome-0c415575ccce9c394cd1474ec380e190c26185cd.tar.gz freebsd-ports-gnome-0c415575ccce9c394cd1474ec380e190c26185cd.tar.zst freebsd-ports-gnome-0c415575ccce9c394cd1474ec380e190c26185cd.zip |
net-p2p/zetacoin{-no11}: mark broken on armv6
clean up broken message [1]
c++: warning: argument unused during compilation: '-L/usr/local/lib'
c++: warning: argument unused during compilation:
'-L/usr/local/lib/db48'
c++: warning: argument unused during compilation: '-L/usr/local/lib'
c++: warning: argument unused during compilation:
'-L/usr/local/lib/db48'
In file included from helpers/memenv/memenv.cc:9:
In file included from ./port/port.h:14:
In file included from ./port/port_posix.h:50:
./port/atomic_pointer.h:212:2: error: Please implement AtomicPointer for
this pl
atform.
^
1 error generated.
Suggested by: mat@, dafne@
-rw-r--r-- | net-p2p/zetacoin-nox11/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/zetacoin/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/zetacoin-nox11/Makefile b/net-p2p/zetacoin-nox11/Makefile index 726415544b3d..816514893db1 100644 --- a/net-p2p/zetacoin-nox11/Makefile +++ b/net-p2p/zetacoin-nox11/Makefile @@ -8,4 +8,6 @@ OPTIONS_EXCLUDE= X11 QRCODES SLAVE_PORT= yes +BROKEN_armv6= AtomicPointer not implemented + .include "${MASTERDIR}/Makefile" diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index 65df0f60b31c..96beb8a4af3f 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconf LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs -BROKEN_armv6= #error Please implement AtomicPointer for this platform. +BROKEN_armv6= AtomicPointer not implemented USE_GITHUB= yes GH_TAGNAME= 22ddb9b |