openbsd-ports/textproc/sp/patches/patch-include_config_h
naddy 8e69bbe93d - C++ fixes for gcc3
- no regression tests available
2002-10-16 00:49:04 +00:00

13 lines
371 B
Plaintext

$OpenBSD: patch-include_config_h,v 1.1 2002/10/16 00:49:04 naddy Exp $
--- include/config.h.orig Wed Oct 13 07:02:46 1999
+++ include/config.h Wed Oct 16 02:07:51 2002
@@ -26,7 +26,7 @@
#endif
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
#define SP_ANSI_LIB
-#define SP_NO_STD_NAMESPACE
+// #define SP_NO_STD_NAMESPACE
#undef SP_NEW_H_MISSING
#endif