b63f9ab414
Newer Linux systems have moved libutil.h to bsd/libutil.h, add the necessary checks for that location. Fixes at least Ubuntu 12.04.
24 lines
618 B
Makefile
24 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.81 2014/07/25 13:26:24 jperkin 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-20140725
|
|
CATEGORIES= pkgtools devel
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://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"
|