1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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@
This commit is contained in:
Philip M. Gollucci 2015-08-13 17:39:53 +00:00
parent 8c9a5f334f
commit 8ffd7d139f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394175
2 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ OPTIONS_EXCLUDE= X11 QRCODES
SLAVE_PORT= yes
BROKEN_armv6= AtomicPointer not implemented
.include "${MASTERDIR}/Makefile"

View File

@ -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