From 23ec375e3dfd566c5de12acf3fa9c5d10c4be2bf Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 15 Jan 2008 18:31:23 +0100 Subject: [PATCH] add /usr/X11R6/lib to libpath --- src/sim/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sim/makefile b/src/sim/makefile index 08778ef..a08847e 100644 --- a/src/sim/makefile +++ b/src/sim/makefile @@ -16,7 +16,7 @@ DEFINES = -DIS_LINUX CFLAGS = $(OPTFLAGS) $(DEFINES) #LDFLAGS = -Bstatic -LDFLAGS=-L/usr/X11/lib +LDFLAGS=-L/usr/X11/lib -L/usr/X11R6/lib INSTALL = install -s -- 2.39.2