From 2c94ac9fc836bd95ca31d7df16fb86a4106658e6 Mon Sep 17 00:00:00 2001 From: Detlef Groth Date: Wed, 25 Oct 2023 16:11:20 +0200 Subject: [PATCH] fixing X11 issue for linking --- src/macos32gcc.gmk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/macos32gcc.gmk b/src/macos32gcc.gmk index 1d03604..196f679 100644 --- a/src/macos32gcc.gmk +++ b/src/macos32gcc.gmk @@ -87,11 +87,11 @@ endif # # The Xlib are located in /usr/X11R6/lib64 on some Linux distributions like RHEL4.* . # -ifeq "$(strip $(shell uname -m))" "x86_64" -WINDOW_LIBS = $(MAKEWINLIBS) -L/usr/X11R6/lib64 -lX11 -else +#ifeq "$(strip $(shell uname -m))" "x86_64" +#WINDOW_LIBS = $(MAKEWINLIBS) -L/usr/X11R6/lib64 -lX11 +#else WINDOW_LIBS = $(MAKEWINLIBS) -L/usr/X11R6/lib -lX11 -endif +#endif # # Preference now is to use "ncurses" rather than "termcap", figure out if ncurses is avaiable or if we must fall back to termcap. #