summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-20 18:21:03 +0000
committerrillig <rillig@pkgsrc.org>2007-11-20 18:21:03 +0000
commit9a32ac35fc061fae16b9346c39c064611d797017 (patch)
tree497f5f0b11ba1ebac601223cbecb5f5cb9d979f7 /mk
parent8f2787ea9e2e4fe73ec74fd0b71522b4d76dbb81 (diff)
downloadpkgsrc-9a32ac35fc061fae16b9346c39c064611d797017.tar.gz
libnbcompat doesn't seem to be designed for easy use. One has to include
<nbcompat/config.h> manually.
Diffstat (limited to 'mk')
-rw-r--r--mk/features/features-vars.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/features/features-vars.mk b/mk/features/features-vars.mk
index 91f149a7d98..777ba95b531 100644
--- a/mk/features/features-vars.mk
+++ b/mk/features/features-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: features-vars.mk,v 1.12 2007/11/20 17:49:49 rillig Exp $
+# $NetBSD: features-vars.mk,v 1.13 2007/11/20 18:21:03 rillig Exp $
#
# The platforms that are supported by pkgsrc differ in the amount of
# functions they provide in the C library (libc). Functions that are
@@ -22,6 +22,7 @@
# In the C files using the err*() or warn*() functions:
#
# #if defined(HAVE_NBCOMPAT_H)
+# #include <nbcompat/config.h> /* needed for the other headers */
# #include <nbcompat/cdefs.h> /* needed for the other headers */
# #include <nbcompat/err.h>
# #else