summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-02-22 13:39:34 +0000
committerIan C <ianc@noddybox.co.uk>2021-02-22 13:39:34 +0000
commitddf0c0a8cf509ffc9ba43da336eb5037ecd222ec (patch)
tree6b9d6d81ae44e52b43420221a9fcde76a7b93e9a
parentfd943c84fba654e73f916e11500c87217ad0ffcc (diff)
Changes to build on FreeBSD
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5e5493..6155d74 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CC=cc
# Paths to X11 includes and libraries. Edit as appropriate for your system
#
-DIRS=-L/usr/openwin/lib -I/usr/openwin/include -L/usr/X11R6/lib
+DIRS=-L/usr/openwin/lib -I/usr/openwin/include -L/usr/X11R6/lib -I/usr/local/include -L/usr/local/lib
# Add on -lsocket for solaris 2 (and perhaps other SysV's)
#