From 04bc1af5d454e9adf642cd22cd98c7da745c2cc6 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 22 Jan 2008 12:43:42 +0000 Subject: [PATCH] Add /opt/local for Macports version of Motif. --- motif/server/Config.Darwin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motif/server/Config.Darwin b/motif/server/Config.Darwin index 9a9968103..aae35fd16 100644 --- a/motif/server/Config.Darwin +++ b/motif/server/Config.Darwin @@ -1,5 +1,5 @@ -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 +CFLAGS = -O2 -I/opt/local/include -I/sw/include -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH) +LDFLAGS = -L/usr/X11R6/lib -L/opt/local/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 -- GitLab