aboutsummaryrefslogtreecommitdiff
path: root/x11/dmenu
diff options
context:
space:
mode:
Diffstat (limited to 'x11/dmenu')
-rw-r--r--x11/dmenu/files/patch-config.mk15
1 files changed, 10 insertions, 5 deletions
diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk
index f6cb7ea2f2eb..1f937e84549a 100644
--- a/x11/dmenu/files/patch-config.mk
+++ b/x11/dmenu/files/patch-config.mk
@@ -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