cwen c6bdb84e0c dyncall: fix the build on powerpc without '-fno-integrated-as'
Drop the use of '.machine ppc' in assembly code, since it's not supported by
clang's integrated assembler and causes no ill effects to do so (hint from
bcallah@ a few monthes ago, thanks!).


"Fine with me" jasper@
2020-08-02 14:06:13 +00:00

24 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.4 2020/08/02 14:06:13 cwen Exp $
COMMENT= arch-independent interface for dynamic calls of C functions
V= 1.1
REVISION= 1
DISTNAME= dyncall-${V}
CATEGORIES= devel
HOMEPAGE= https://www.dyncall.org/
# ISC-like
PERMIT_PACKAGE= Yes
MASTER_SITES= http://www.dyncall.org/r${V}/
SEPARATE_BUILD= Yes
MODULES= devel/cmake
NO_TEST= Yes
.include <bsd.port.mk>