pkgsrc/pkgtools/libnbcompat/Makefile
nia ec92436e93 libnbcompat: Update to 20200524
One change: use AC_PROG_CC_C99 and regen configure

This helps bootstrapping on legacy systems where the compiler doesn't
default to c99 without additional guidance.

Patch from ky0ko@disroot.org, tested on NetBSD and Alpine Linux by myself
and on IRIX with mipspro by ky0ko.
2020-05-24 21:51:54 +00:00

24 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.87 2020/05/24 21:51:54 nia Exp $
#
# NOTE: If you update this package, it is *mandatory* that you update
# pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
# list of tested and supported platforms.
#
PKGNAME= libnbcompat-20200524
CATEGORIES= pkgtools devel
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/
COMMENT= Portable NetBSD compatibility library
GNU_CONFIGURE= yes
MAKE_ENV+= LIBMODE=${LIBMODE}
# Enable by default for standalone builds
CONFIGURE_ARGS+= --enable-db
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"