8ffd7d139f
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@
13 lines
245 B
Makefile
13 lines
245 B
Makefile
# Created by: Daniel Morante <daniel@morante.net>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../zetacoin
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
OPTIONS_EXCLUDE= X11 QRCODES
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
BROKEN_armv6= AtomicPointer not implemented
|
|
|
|
.include "${MASTERDIR}/Makefile"
|