openbsd-ports/misc/osinfo/Makefile.inc
cwen 025717b78e osinfo/*: move HOMEPAGE to https, fix the build on clang+ld.bfd archs
The generated binaries from libosinfo used to include _Unwind_* symbols, they
were unresolved on clang+ld.bfd archs, with possible consequences at runtime
on lld archs. Drop '-fexceptions', so we don't generate such symbols.

Also remove a trailing whitespace in osinfo's Makefile. Thanks to sthen
and aja for hints!

OK aja@ (maintainer)
2020-06-24 17:30:00 +00:00

18 lines
336 B
Makefile

# $OpenBSD: Makefile.inc,v 1.12 2020/06/24 17:30:00 cwen Exp $
V ?= 1.8.0
CATEGORIES= misc devel
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
HOMEPAGE= https://libosinfo.org/
# GPLv2+ - LGPLv2+
PERMIT_PACKAGE= Yes
MASTER_SITES= https://releases.pagure.org/libosinfo/
EXTRACT_SUFX= .tar.xz
MODULES += devel/meson