From dc253fb19d976872e320c715e3a7da9744666ec6 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 24 Aug 2014 20:53:39 +0000 Subject: [PATCH] pkgin formatting fix --- pkgtools/pkgin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 972c37eab..590f744c2 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -51,6 +51,10 @@ MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} DEPENDS+= pkg_install>=20130901:../../pkgtools/pkg_install +.if (${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix") +CONFIGURE_ENV += ac_cv_func_tcgetpgrp=no +.endif + # those have official repositories .if (${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix") INSTALLATION_DIRS+= ${PREFIX}/etc/pkgin