SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
textproc/sp/patches/patch-include_config_h
Normal file
16
textproc/sp/patches/patch-include_config_h
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- 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__ */
|
Loading…
Add table
Add a link
Reference in a new issue