diff options
author | will <will@FreeBSD.org> | 2002-04-02 10:03:31 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-02 10:03:31 +0800 |
commit | f5642f3f1acb7657821f40190bd88be316f2cf47 (patch) | |
tree | 2f19ff8fc5cafc22463d788a7458ad3ff6449b2e /x11 | |
parent | 01012671c381a5fd94bdaf794b644d4dcee5fb23 (diff) | |
download | freebsd-ports-graphics-f5642f3f1acb7657821f40190bd88be316f2cf47.tar.gz freebsd-ports-graphics-f5642f3f1acb7657821f40190bd88be316f2cf47.tar.zst freebsd-ports-graphics-f5642f3f1acb7657821f40190bd88be316f2cf47.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>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-drmclean | 17 |
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 00000000000..dadf794eb4f --- /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 |