3c1a4c919f
Version bump if's need else's. Fix previous commit Wrap force_align_arg_pointer in HAVE_I386 Add AltiVec detection support for OpenBSD Fix double free on failed arm_init Add SSE detection support for OpenBSD init: shortcut benchmarking, if there is only one runable implementation. Add x86_64/amd64 to unaligned access whitelist Add cris to unaligned access whitelist remove ltdl.m4 Clean up function prototypes used for casting bump version Remove ' DATA' from symbol list Add srcdir to includes for out-of-source builds Fix cpu detection on OS/X Add avg2_32xn_u8
36 lines
870 B
Makefile
36 lines
870 B
Makefile
# $NetBSD: Makefile,v 1.21 2009/03/22 21:02:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= liboil-0.3.16
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://liboil.freedesktop.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://liboil.freedesktop.org/wiki/
|
|
COMMENT= Library of simple, CPU-optimized functions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-glib # Only used by examples.
|
|
|
|
PKGCONFIG_OVERRIDE+= liboil-uninstalled.pc.in
|
|
PKGCONFIG_OVERRIDE+= liboil.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !empty(MACHINE_PLATFORM:MSunOS-5.8-*)
|
|
SUBST_CLASSES+= solaris
|
|
SUBST_STAGE.solaris= pre-configure
|
|
SUBST_MESSAGE.solaris= Replacing <stdint.h> with <inttypes.h>
|
|
SUBST_FILES.solaris= liboil/*.h
|
|
SUBST_SED.solaris= -e 's,<stdint\.h>,<inttypes.h>,'
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|