Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 111f357d by Raymond Toy at 2015-07-15T20:44:50Z Update paths for FreeBSD 9.3
From Fred Gilham.
- - - - -
1 changed file:
- src/motif/server/Config.FreeBSD
Changes:
===================================== src/motif/server/Config.FreeBSD ===================================== --- a/src/motif/server/Config.FreeBSD +++ b/src/motif/server/Config.FreeBSD @@ -1,5 +1,5 @@ -CFLAGS = -pthread -O2 -I/usr/X11R6/include -I. -I$(VPATH) -LDFLAGS = -L/usr/X11R6/lib +CFLAGS = -pthread -O2 -I/usr/local/include -I. -I$(VPATH) +LDFLAGS = -L/usr/local/lib LIBS = -lXm -lXt -lX11
# This def assumes you are building in the same or parallel
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/111f357d1479ae3564f662924f...