openbsd-ports/devel/liboil/Makefile
sthen f6f31eb29c Add two diffs from upstream.
- Add a memory clobber to placate gcc.
- Disable mas10_u8_mmx_2. Fixes bug #19672 (bugs.freedesktop.org).

From Brad. ok ajacoutot@ jasper@
2010-01-17 21:29:30 +00:00

27 lines
504 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/01/17 21:29:30 sthen Exp $
COMMENT= library of optimized inner loops
DISTNAME= liboil-0.3.16
PKGNAME= ${DISTNAME}p0
SHARED_LIBS+= oil-0.3 4.0 # .3.0
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}/download/
HOMEPAGE= http://liboil.freedesktop.org/
# BSD
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c m
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-glib
.include <bsd.port.mk>