aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-06-16 09:17:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-06-16 09:17:46 +0000
commit6dcd5edfb967bb7d5f682868f2577297077ddb56 (patch)
treeca02a5dd34469d6a4599df1c84fd2180a510500f /textproc/jade
parent88be838903f54f8c061a084208296564da24080b (diff)
downloadports-6dcd5edfb967bb7d5f682868f2577297077ddb56.tar.gz
ports-6dcd5edfb967bb7d5f682868f2577297077ddb56.zip
Unbreak on -current.
Submitted by: Alexander Kabaev <ak03@gte.com> PR: ports/39301
Notes
Notes: svn path=/head/; revision=61348
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/files/patch-config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-config.h b/textproc/jade/files/patch-config.h
new file mode 100644
index 000000000000..912f31b5be44
--- /dev/null
+++ b/textproc/jade/files/patch-config.h
@@ -0,0 +1,13 @@
+--- 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__ */