opnsense-ports/textproc/jade/files/patch-config.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
304 B
C

--- 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__ */