pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/features libnbcompat doesn't seem to be designed fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ae58c31f7fe
branches:  trunk
changeset: 535517:2ae58c31f7fe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 20 18:21:03 2007 +0000

description:
libnbcompat doesn't seem to be designed for easy use. One has to include
<nbcompat/config.h> manually.

diffstat:

 mk/features/features-vars.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 06b823085147 -r 2ae58c31f7fe mk/features/features-vars.mk
--- a/mk/features/features-vars.mk      Tue Nov 20 18:15:23 2007 +0000
+++ b/mk/features/features-vars.mk      Tue Nov 20 18:21:03 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index