aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/freebsd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 609e8222c06..0a344f9753b 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -145,7 +145,9 @@
145 145
146#define NARROWPROTO 1 146#define NARROWPROTO 1
147 147
148/* The following is needed to make `configure' find Xpm and Xaw3d 148/* The following is needed to make `configure' find Xpm, Xaw3d and
149 headers, which are checked for with AC_CHECK_HEADER. */ 149 image include and library files if using /usr/bin/gcc. That
150 compiler seems to be modified to not find headers in
151 /usr/local/include or libs in /usr/local/lib by default. */
150 152
151#define C_SWITCH_SYSTEM -I /usr/X11R6/include 153#define C_SWITCH_SYSTEM -I /usr/X11R6/include -I /usr/local/include -L /usr/local/lib