diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-10 15:27:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-10 15:27:33 +0000 |
commit | c80e6a0631fb7dce42c5cf792c99118b25a0b880 (patch) | |
tree | 60a0fa1fe85f948119ce0a8f901160d8f2d6eaa1 /textproc/jade/files/patch-config.h | |
parent | Do not abuse INSTALL_MAN when installing documentation, examples, and (diff) |
textproc/jade: back out r458645 to avoid churn
Reported by: danfe
Notes
Notes:
svn path=/head/; revision=458647
Diffstat (limited to 'textproc/jade/files/patch-config.h')
-rw-r--r-- | textproc/jade/files/patch-config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-config.h b/textproc/jade/files/patch-config.h new file mode 100644 index 000000000000..912f31b5be44 --- /dev/null +++ b/textproc/jade/files/patch-config.h @@ -0,0 +1,13 @@ +--- include/config.h.orig Fri Jun 14 12:58:51 2002 ++++ include/config.h Fri Jun 14 13:01:00 2002 +@@ -31,6 +31,10 @@ + #define SP_ANSI_LIB + #define SP_NO_STD_NAMESPACE + #undef SP_NEW_H_MISSING ++#if __GNUC__ > 2 ++#define SP_HAVE_TYPENAME ++#undef SP_NO_STD_NAMESPACE ++#endif + #endif + + #endif /* __GNUG__ */ |