diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 20:07:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 20:07:23 +0000 |
commit | 1a2a93728347cdab7509098a2d2643dc3dc23563 (patch) | |
tree | 21c83c41a4dfb6103661c97ec4c59cdb4bec3b0e /x11/XFree86/files/patch-7 | |
parent | Make it clear why NO_PACKAGE is set. (diff) |
- Remove XFree86 3.3.6
It was released seven years ago, and is totally outdated by now.
Diffstat (limited to 'x11/XFree86/files/patch-7')
-rw-r--r-- | x11/XFree86/files/patch-7 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/XFree86/files/patch-7 b/x11/XFree86/files/patch-7 deleted file mode 100644 index 40944438d6d7..000000000000 --- a/x11/XFree86/files/patch-7 +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/Xxf86dga/XF86DGA.c.orig Sun Sep 5 10:53:57 1999 -+++ lib/Xxf86dga/XF86DGA.c Sun Sep 5 10:56:20 1999 -@@ -30,7 +30,7 @@ - - /* Alpha Patch by Georg Acher, acher@in.tum.de - modified by Ivan Kokshaysky <ink@rc.ru> */ --#ifdef __alpha__ -+#if defined(__alpha__) && !defined(__FreeBSD__) - extern unsigned long _bus_base(void); - #endif - -@@ -571,7 +571,7 @@ - HFILE hfd; - #endif - --#ifdef __alpha__ -+#if defined(__alpha__) && !defined(__FreeBSD__) - off_t bus_base_addr = _bus_base(); - - /* DGA would be broken on Jensen anyway due to the lack of |