diff options
Diffstat (limited to 'sysutils/gkrellmouse/files/patch-Makefile')
-rw-r--r-- | sysutils/gkrellmouse/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gkrellmouse/files/patch-Makefile b/sysutils/gkrellmouse/files/patch-Makefile index b4a6a9044733..c6dfe4991d4d 100644 --- a/sysutils/gkrellmouse/files/patch-Makefile +++ b/sysutils/gkrellmouse/files/patch-Makefile @@ -5,7 +5,7 @@ # This should point to your gkrellm headers -GKRELLM_HDRS := /usr/include/gkrellm -+GKRELLM_HDRS := ${X11BASE}/include/gkrellm ++GKRELLM_HDRS := ${LOCALBASE}/include/gkrellm -CC := gcc -GTKFLAGS := $(shell gtk-config --cflags) |