diff options
Diffstat (limited to 'www/htdig-devel/patches/patch-aj')
-rw-r--r-- | www/htdig-devel/patches/patch-aj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/htdig-devel/patches/patch-aj b/www/htdig-devel/patches/patch-aj new file mode 100644 index 00000000000..ae735567a85 --- /dev/null +++ b/www/htdig-devel/patches/patch-aj @@ -0,0 +1,18 @@ +$NetBSD: patch-aj,v 1.1 2006/07/02 14:36:31 markd Exp $ + +--- include/htconfig.h.orig 2006-06-24 00:56:56.544745000 +1200 ++++ include/htconfig.h +@@ -10,6 +10,7 @@ + + #include <config.h> + ++#ifndef __cplusplus + #if HAVE_STDBOOL_H + # include <stdbool.h> + #else +@@ -25,4 +26,4 @@ + # define true 1 + # define __bool_true_false_are_defined 1 + #endif +- ++#endif |