From 6ca0f1fb74c1f6ed4f39f519c0ff8d5f40802743 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 5 Aug 2023 13:38:19 -0500 Subject: Revert "adding config.linux.mk to preserve original config.mk" This reverts commit 2e8c97ea8c575338de89df222446d88e55bcb488. --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 2bd91ef..ff9e508 100644 --- a/config.mk +++ b/config.mk @@ -7,8 +7,8 @@ VERSION = 6.2 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -X11INC = /usr/local/include -X11LIB = /usr/local/lib +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama @@ -16,7 +16,7 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft -FREETYPEINC = /usr/local/include/freetype2 +FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 #KVMLIB = -lkvm -- cgit v1.2.3