summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-z39
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-03-11 23:38:11 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-03-11 23:38:11 +0000
commit62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523 (patch)
tree138a8c3c6b50724d0f2c54f9e0434141128f7521 /x11/XFree86-4-libraries/files/patch-z39
parentUpdate MASTER_SITES (diff)
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr
Notes
Notes: svn path=/head/; revision=77104
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z39')
-rw-r--r--x11/XFree86-4-libraries/files/patch-z3912
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z39 b/x11/XFree86-4-libraries/files/patch-z39
deleted file mode 100644
index 790babc5a470..000000000000
--- a/x11/XFree86-4-libraries/files/patch-z39
+++ /dev/null
@@ -1,12 +0,0 @@
---- programs/Xserver/include/Imakefile~ Sat Oct 28 10:26:51 2000
-+++ programs/Xserver/include/Imakefile Tue Dec 26 13:22:59 2000
-@@ -55,3 +55,9 @@
- InstallDriverSDKNonExecFile(validate.h,$(DRIVERSDKINCLUDEDIR))
- InstallDriverSDKNonExecFile(window.h,$(DRIVERSDKINCLUDEDIR))
- InstallDriverSDKNonExecFile(windowstr.h,$(DRIVERSDKINCLUDEDIR))
-+
-+/* Followings are for programs/rgb (aka. showrgb) */
-+#if !defined(LibHeaders) || LibHeaders
-+HEADERS= rgb.h site.h
-+InstallMultipleFlags($(HEADERS),$(INCDIR),$(INSTINCFLAGS))
-+#endif