diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /audio/mxv/files/patch-ac | |
parent | PR: 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 'audio/mxv/files/patch-ac')
-rw-r--r-- | audio/mxv/files/patch-ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/mxv/files/patch-ac b/audio/mxv/files/patch-ac deleted file mode 100644 index a4defa9f7319..000000000000 --- a/audio/mxv/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -*** old/application.C Mon Apr 27 05:41:31 1998 ---- application.C Mon Jul 12 15:28:20 1999 -*************** -*** 41,46 **** ---- 41,47 ---- - #include <iostream.h> - #include "localdefs.h" - -+ #if !defined(__FreeBSD__) - #ifdef NeXT - extern "C" { - char *strerror(int); -*************** -*** 60,65 **** ---- 61,67 ---- - return(sys_errlist[errn]); - } - #endif /* NeXT */ -+ #endif /* FreeBSD */ - - class GlobalResourceList { - friend Application; |