From 068b883b8ee433d77e908da4791c18629b7fa2c8 Mon Sep 17 00:00:00 2001 From: Chern Lee Date: Mon, 25 Mar 2002 10:20:57 +0000 Subject: [PATCH] New FAQ entry, what to do if an X app depends on XFree86 3.3.6, but XFree86 4.x is installed. PR: docs/36097 Submitted by: Martin Karlsson --- en_US.ISO8859-1/books/faq/book.sgml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index eea20562e6..08a4301e77 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -8032,6 +8032,21 @@ UserConfig> quit + + + An X app I am building depends on XFree86 3.3.x, but I + have XFree86 4.x installed. What should I do? + + + + To tell the port build to link to the XFree86 4.x libraries, + add the following to /etc/make.conf, (if you + do not have this file, create it): + + XFREE86_VERSION= 4 + + + How do I reverse the mouse buttons?