e8e030a518
== [7.4.4] 2016-05-24 == * Eliminate 'signed-to-unsigned value extension' compiler warning in malloc. * Eliminate 'variable set but not used' Cppcheck warnings in test_stack. * Fix GCC 5.x compatibility for AArch64 double-wide primitives. * Fix makefile preventing AO_pause undefined in libatomic_ops_gpl. * Fix missing casts to match printf format specifier in test_atomic. * Fix missing output folder on making auto-generated test files (Automake). * Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE). * Minor fix of code alignment in mips AO_compare_and_swap. * Remove TODO file. * Restore contribution info in ChangeLog for authors not listed in git log. Also, includes 7.2g changes.
20 lines
559 B
Makefile
20 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/06/12 14:33:57 wiz Exp $
|
|
|
|
DISTNAME= libatomic_ops-7.4.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.ivmaisoft.com/_bin/atomic_ops/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ivmai/libatomic_ops/wiki
|
|
COMMENT= Multi-platform library of atomic operations by Hans Boehm
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
TEST_TARGET= check
|
|
PKGCONFIG_OVERRIDE= pkgconfig/atomic_ops.pc.in
|
|
|
|
INSTALL_MAKE_FLAGS= pkgdatadir=${PREFIX}/share/doc/libatomic_ops
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|