* Eliminate 'my_chunk_ptr-AO_initial_heap out of bounds' cppcheck warning * Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8) * Fix 'duplicate symbol' error for test_malloc/stack with static libs (OS X) * Workaround 'argument to function assert is always 1' cppcheck warnings
26 lines
478 B
Makefile
26 lines
478 B
Makefile
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libatomic_ops
|
|
PORTVERSION= 7.6.10
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Atomic operations access library
|
|
|
|
LICENSE= BSD2CLAUSE GPLv2
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libltdl.so:devel/libltdl
|
|
|
|
USES= autoreconf libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ivmai
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|