aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/vtwm
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-11-06 03:56:28 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-11-06 03:56:28 +0000
commita63f73db1a7df09a339acd1a16fc72a2673e86da (patch)
tree88f480215cadd10fac7c5a3532520eadfa4b6303 /x11-wm/vtwm
parent3646e3c1c6d8336ec1918a2e16dc64a59acf9635 (diff)
downloadports-a63f73db1a7df09a339acd1a16fc72a2673e86da.tar.gz
ports-a63f73db1a7df09a339acd1a16fc72a2673e86da.zip
We don't appear to need this patchfile (it was required at one
point in the past, but a 4.4-STABLE machine doesn't need it). No version bump because there's no change in functionality or buildability.
Notes
Notes: svn path=/head/; revision=49635
Diffstat (limited to 'x11-wm/vtwm')
-rw-r--r--x11-wm/vtwm/files/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-wm/vtwm/files/patch-aa b/x11-wm/vtwm/files/patch-aa
deleted file mode 100644
index 79b4e4366ebc..000000000000
--- a/x11-wm/vtwm/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-*** gram.y.orig Mon Sep 21 22:42:49 1998
---- gram.y Mon Sep 21 22:43:08 1998
-***************
-*** 89,101 ****
- extern int do_color_keyword();
- extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
-
-! /*
-! * this used to be the definition - now making the assumption it's
-! * defined in lex's skeleton file (submitted by Nelson H. F. Beebe)
-! *
-! * djhjr - 1/16/98
-! */
-! extern int yylineno;
-
- %}
-
---- 89,95 ----
- extern int do_color_keyword();
- extern void do_string_savecolor(), do_var_savecolor(), do_squeeze_entry();
-
-! int yylineno;
-
- %}
-