Skip to content

Commit

Permalink
fixing X11 issue for linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Oct 25, 2023
1 parent 2175869 commit 2c94ac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/macos32gcc.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 2c94ac9

Please sign in to comment.