aboutsummaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-05 17:44:19 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-05 17:44:19 +0000
commit708a6f3666e31862961b45a761a7865b789c96f9 (patch)
tree6812f0c3f03205f0c12fef15e2f009445bce9af8 /editors/vile
parent72c2472a7ff92483c276612679a25ad43f748651 (diff)
downloadports-708a6f3666e31862961b45a761a7865b789c96f9.tar.gz
ports-708a6f3666e31862961b45a761a7865b789c96f9.zip
editors/vile: Bring in DragonFly support from dports
Notes
Notes: svn path=/head/; revision=360784
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/files/patch-filters_filters.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vile/files/patch-filters_filters.h b/editors/vile/files/patch-filters_filters.h
new file mode 100644
index 000000000000..629607c3ce9c
--- /dev/null
+++ b/editors/vile/files/patch-filters_filters.h
@@ -0,0 +1,11 @@
+--- filters/filters.h.orig 2012-02-18 01:53:10.000000000 +0000
++++ filters/filters.h
+@@ -205,7 +205,7 @@ extern int yywrap(void);
+ * workaround for "developers" who don't use compiler-warnings...
+ * perhaps by the time "new" flex merits the term "beta", they'll fix this:
+ */
+-#if defined(FLEX_BETA)
++#if defined(FLEX_BETA) && !defined(__DragonFly__)
+ extern FILE *yyget_in (void);
+ extern FILE *yyget_out (void);
+ extern char *yyget_text (void);