diff options
Diffstat (limited to 'emulators/xhomer/files/patch-Makefile')
-rw-r--r-- | emulators/xhomer/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xhomer/files/patch-Makefile b/emulators/xhomer/files/patch-Makefile index c230a7bd59c1..6e96d9f5d0b6 100644 --- a/emulators/xhomer/files/patch-Makefile +++ b/emulators/xhomer/files/patch-Makefile @@ -5,7 +5,7 @@ # other to "Y" or by setting both to "N" (most non-Linux systems). -X11DIR = /usr/X11R6 -+X11DIR = $(X11BASE) ++X11DIR = $(LOCALBASE) ifeq ($(X11DIR)/include/X11/extensions/xf86dga.h,$(wildcard $(X11DIR)/include/X11/extensions/xf86dga.h)) ifeq ($(X11DIR)/include/X11/extensions/xf86dga1.h,$(wildcard $(X11DIR)/include/X11/extensions/xf86dga1.h)) |