openbsd-ports/textproc/sp/patches/patch-include_config_h
2022-03-11 20:02:12 +00:00

17 lines
419 B
Plaintext

--- include/config.h.orig Wed Oct 13 07:02:46 1999
+++ include/config.h Wed Aug 10 11:47:51 2005
@@ -26,8 +26,12 @@
#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
+#if __GNUC__ > 2
+#define SP_HAVE_TYPENAME
+#define SP_HAVE_PLACEMENT_OPERATOR_DELETE
#endif
#endif /* __GNUG__ */