Fix build without XFT
This commit is contained in:
parent
2569dc47da
commit
753ba27d30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254482
@ -1,6 +1,6 @@
|
||||
--- ./config.mk.orig 2010-04-04 18:37:12.000000000 +0530
|
||||
+++ ./config.mk 2010-04-04 18:37:36.000000000 +0530
|
||||
@@ -4,8 +4,8 @@
|
||||
--- ./config.mk.orig 2009-04-18 15:50:04.000000000 +0400
|
||||
+++ ./config.mk 2010-05-16 21:32:00.163080828 +0400
|
||||
@@ -4,11 +4,11 @@
|
||||
# Customize below to fit your system
|
||||
|
||||
# paths
|
||||
@ -9,5 +9,10 @@
|
||||
+PREFIX = %%PREFIX%%
|
||||
+MANPREFIX = %%MANPREFIX%%
|
||||
|
||||
X11INC = /usr/X11R6/include
|
||||
X11LIB = /usr/X11R6/lib
|
||||
-X11INC = /usr/X11R6/include
|
||||
-X11LIB = /usr/X11R6/lib
|
||||
+X11INC = %%LOCALBASE%%/include
|
||||
+X11LIB = %%LOCALBASE%%/lib
|
||||
|
||||
# Xinerama, comment if you don't want it
|
||||
XINERAMALIBS = -L${X11LIB} -lXinerama
|
||||
|
Loading…
Reference in New Issue
Block a user