pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat Include "bsd.prefs.mk" to avoid e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff314134c606
branches:  trunk
changeset: 531561:ff314134c606
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Aug 02 07:22:31 2007 +0000

description:
Include "bsd.prefs.mk" to avoid error messages from e.g. "pkg_chk".
Fix suggested by Joerg Sonnenberger.

diffstat:

 pkgtools/libnbcompat/inplace.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5eed2f108ae7 -r ff314134c606 pkgtools/libnbcompat/inplace.mk
--- a/pkgtools/libnbcompat/inplace.mk   Thu Aug 02 00:46:54 2007 +0000
+++ b/pkgtools/libnbcompat/inplace.mk   Thu Aug 02 07:22:31 2007 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: inplace.mk,v 1.3 2007/08/01 18:16:38 joerg Exp $
+# $NetBSD: inplace.mk,v 1.4 2007/08/02 07:22:31 tron Exp $
 #
 # This Makefile fragment builds a working copy of libnbcompat inside
 # ${WRKDIR} and adds the appropriate paths to CPPFLAGS and LDFLAGS.
 # This can be used in place of libnbcompat/buildlink3.mk where it is
 # included by a bootstrap package Makefile.
 
+.include "../../mk/bsd.prefs.mk"
+
 LIBNBCOMPAT_FILESDIR=  ${.CURDIR}/../../pkgtools/libnbcompat/files
 LIBNBCOMPAT_SRCDIR=    ${WRKDIR}/libnbcompat
 



Home | Main Index | Thread Index | Old Index