1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/sp/files/patch-aa
Kris Kennaway 71f3231c7e Fix build on -current and 64-bit machiens
PR:		ports/47985
Submitted by:	naddy
2003-03-05 09:50:37 +00:00

13 lines
258 B
Plaintext

--- include/config.h.orig Wed Oct 13 07:02:46 1999
+++ include/config.h Wed Feb 5 23:27:11 2003
@@ -29,6 +29,9 @@
#define SP_NO_STD_NAMESPACE
#undef SP_NEW_H_MISSING
#endif
+#if __GNUC__ > 2
+#undef SP_NO_STD_NAMESPACE
+#endif
#endif /* __GNUG__ */