diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z21')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z21 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z21 b/x11/XFree86-4-libraries/files/patch-z21 new file mode 100644 index 000000000000..cd5494eaf3f8 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-z21 @@ -0,0 +1,12 @@ +--- programs/Xserver/hw/xnest/Imakefile.ORIG Mon May 8 16:57:25 2000 ++++ programs/Xserver/hw/xnest/Imakefile Mon May 8 16:58:49 2000 +@@ -52,7 +52,8 @@ + + INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ + -I../../mi -I../../include -I../../os \ +- -I$(EXTINCSRC) -I$(XINCLUDESRC) ++ -I$(EXTINCSRC) -I$(XINCLUDESRC) \ ++ -I../xfree86/loader + + all:: $(OBJS) + |