freebsd-ports/x11/XFree86-4-libraries/files/patch-s02
Satoshi Asami 036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00

11 lines
481 B
Text

--- programs/Xserver/GL/dri/Imakefile.ORIG Tue Aug 8 15:42:21 2000
+++ programs/Xserver/GL/dri/Imakefile Tue Aug 8 15:43:34 2000
@@ -14,7 +14,7 @@
INCLUDES = -I$(SERVERSRC)/include -I$(XTOP)/include -I$(EXTINCSRC) \
-I$(XF86OSSRC) -I$(XF86COMSRC) \
-I../include -I../glx -I$(LIBSRC)/GL/include \
- -I$(SERVERSRC)/mi -I$(FONTINCSRC)
+ -I$(SERVERSRC)/mi -I$(FONTINCSRC) -I$(XF86OSSRC)/bus
DEFINES = $(GLX_DEFINES)
LinkSourceFile(xf86dri.h,$(LIBSRC)/GL/dri)