diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-02-22 13:44:17 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-02-22 13:44:17 +0000 |
commit | 7db5c83e8efe2dad402dce7e7bff52fd5445aaec (patch) | |
tree | 282c65d7857bd10f9571e4778acfbcb365e94b81 /Makefile | |
parent | 6edc88713890849bfdfa936a20232915fc9d0eec (diff) |
Updates to build for FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ # Paths to X11 includes and libraries. Edit as appropriate for your system # -DIRS=-L/usr/X11R6/lib -I/usr/X11R6/include +DIRS=-L/usr/X11R6/lib -I/usr/X11R6/include -L/usr/local/lib -I/usr/local/include # Add on -lsocket for solaris 2 (and perhaps other SysV's) |