cwen 3dfcc41039 liboil: extend the powerpc64 fix to powerpc
This fixes liboil's runtime on this platform; building with -fno-integrated-as
lead to sigabrt at runtime.  While here remove the tentative arm fix, that we
introduced with the initial powerpc fix, it does not fix the build.

Tested again by jasper@ on powerpc64, thanks!
2021-01-23 14:05:51 +00:00

24 lines
410 B
Makefile

# $OpenBSD: Makefile,v 1.26 2021/01/23 14:05:51 cwen Exp $
COMMENT= library of optimized inner loops
DISTNAME= liboil-0.3.17
REVISION= 4
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}/download/
SHARED_LIBS+= oil-0.3 4.0
HOMEPAGE= https://liboil.freedesktop.org/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c m
AUTOCONF_VERSION= 2.64
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --disable-glib
.include <bsd.port.mk>