summaryrefslogtreecommitdiff
path: root/x11-fm/jafm/files/patch-ac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /x11-fm/jafm/files/patch-ac
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'x11-fm/jafm/files/patch-ac')
-rw-r--r--x11-fm/jafm/files/patch-ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-fm/jafm/files/patch-ac b/x11-fm/jafm/files/patch-ac
deleted file mode 100644
index fdd0b05927a6..000000000000
--- a/x11-fm/jafm/files/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
---- zicon.y.orig Wed Sep 24 00:09:52 1997
-+++ zicon.y Sat Feb 26 19:51:35 2000
-@@ -3,6 +3,7 @@
- /* we pass a pointer to the painter into the */
- #define YYPARSE_PARAM p
-
-+#include <stdlib.h>
- #include "icon.hh"
-
- #define PROGRAM ((IconProgram *)p)
-@@ -13,6 +14,10 @@
- int bufAlloc = 160 ;
- short int *buffer = new short int[bufAlloc] ;
-
-+extern int yyerror(char *);
-+extern "C" {
-+ extern int yylex(void);
-+};
-
- %}
-