diff options
author | rillig <rillig> | 2007-11-20 18:21:03 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-20 18:21:03 +0000 |
commit | 82374492b25edd3ac06a7dfc2031ee4c0d5dff78 (patch) | |
tree | 497f5f0b11ba1ebac601223cbecb5f5cb9d979f7 /mk/features | |
parent | 1657e71807fcb06eaf6c5e64433ed9c8e2555fae (diff) | |
download | pkgsrc-82374492b25edd3ac06a7dfc2031ee4c0d5dff78.tar.gz |
libnbcompat doesn't seem to be designed for easy use. One has to include
<nbcompat/config.h> manually.
Diffstat (limited to 'mk/features')
-rw-r--r-- | mk/features/features-vars.mk | 3 |
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 |