aboutsummaryrefslogtreecommitdiff
path: root/devel/flick/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/flick/files/patch-af')
-rw-r--r--devel/flick/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/flick/files/patch-af b/devel/flick/files/patch-af
new file mode 100644
index 000000000000..b1f8b0f2e1d3
--- /dev/null
+++ b/devel/flick/files/patch-af
@@ -0,0 +1,11 @@
+--- c/pfe/sun/p_calc_name.cc.orig Sat Aug 30 00:32:44 2003
++++ c/pfe/sun/p_calc_name.cc Sat Aug 30 00:32:59 2003
+@@ -84,7 +84,7 @@
+ * These functions are auxiliaries for the override methods above.
+ */
+
+-#define NAME_LITERAL_STR(type) names.literals[name_strings::##type##_lit].str
++#define NAME_LITERAL_STR(type) names.literals[name_strings::type##_lit].str
+
+ char *pg_sun::calc_operation_and_version_id(const char *basic_name)
+ {