From 050927f2cfd43f9cb5bd5d3e0d847a67467fc45a Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Sun, 25 Jul 2004 20:25:41 +0000
Subject: [PATCH] Frobbed Darwin configuration slightly to work with current
 Fink OpenMotif.

---
 motif/server/Config.Darwin | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/motif/server/Config.Darwin b/motif/server/Config.Darwin
index 00db8058e..9a9968103 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.
-- 
GitLab