aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-02 02:03:31 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-02 02:03:31 +0000
commitab86baa5a05baa47e02473194aa2ab6235e4690a (patch)
treef67c1aaac9c103fb02898d4248d9908d95364d37 /x11
parent5d446a33fa7e613cf29e3580e0a4239a330c308e (diff)
downloadports-ab86baa5a05baa47e02473194aa2ab6235e4690a.tar.gz
ports-ab86baa5a05baa47e02473194aa2ab6235e4690a.zip
Update to always compile DRI on i386 machines, including 3dfx support.
/sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
Notes
Notes: svn path=/head/; revision=57165
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4-libraries/files/patch-drmclean17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-drmclean b/x11/XFree86-4-libraries/files/patch-drmclean
new file mode 100644
index 000000000000..dadf794eb4f7
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-drmclean
@@ -0,0 +1,17 @@
+--- programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Imakefile.orig Tue Mar 19 17:35:44 2002
++++ programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Imakefile Tue Mar 19 17:35:50 2002
+@@ -11,10 +11,11 @@
+
+ install::
+ $(MAKE) -f Makefile.bsd install
++
++clean::
++ $(MAKE) -f Makefile.bsd clean
++
+ #else
+ all::
+ @echo 'Use "make -f Makefile.bsd" to manually build the modules'
+ #endif
+-
+-clean::
+- $(MAKE) -f Makefile.bsd clean