freebsd-ports/devel/liboil/Makefile
Mark Linimon 5c38d1ddb7 Our local patches cause build breakage on powerpc64. Remove @plt
from files/patch-vec_memcpy.diff and files/patch-vec_memset.diff to
fix breakage.

PR:		233852
Submitted by:	Piotr Kubaj
2019-01-13 21:35:53 +00:00

26 lines
603 B
Makefile

# Created by: ijliao
# $FreeBSD$
# $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $
PORTNAME= liboil
PORTVERSION= 0.3.17
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://liboil.freedesktop.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library of optimized inner loops
LICENSE= BSD2CLAUSE BSD3CLAUSE MIT
LICENSE_COMB= multi
USES= libtool pathfix pkgconfig
PATHFIX_MAKEFILEIN= configure
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--disable-glib
INSTALL_TARGET= install-strip
CFLAGS:= ${CFLAGS:N-O*} -O2
.include <bsd.port.mk>