diff --git a/motif/server/Config.Darwin b/motif/server/Config.Darwin
index 00db8058e4fd4dac084e4bb71c94aea0b9383c7c..9a99681034cb957d457ddfade4364cdd91665688 100644
--- a/motif/server/Config.Darwin
+++ b/motif/server/Config.Darwin
@@ -1,6 +1,7 @@
-CFLAGS = -O2 -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH)
-LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib
-LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -llanginfo
+CFLAGS = -O2 -I/sw/include -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH)
+LDFLAGS = -L/usr/X11R6/lib -L/sw/lib -L/usr/local/lib
+LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE
+#LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -llanginfo
 # This def assumes you are building in the same or parallel
 # tree to the CVS souce layout. Sites may need to customize
 # this path.