From 7ea0899cd46b1593d8a05aece6949721826ba40a Mon Sep 17 00:00:00 2001 From: "Eric J.Chet" Date: Wed, 29 Jul 1998 12:13:20 +0000 Subject: Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only part of ORBacus that relies on motif. --- devel/ORBacus/files/patch-ab | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'devel/ORBacus/files/patch-ab') diff --git a/devel/ORBacus/files/patch-ab b/devel/ORBacus/files/patch-ab index c46289748f97..1bcf3792c6de 100644 --- a/devel/ORBacus/files/patch-ab +++ b/devel/ORBacus/files/patch-ab @@ -17,3 +17,22 @@ class Receiver_impl : public ReceiverBase_impl, public OBEventHandler { +*** ob/demo/chat/X11/Makefile.in~ Tue Jul 28 10:54:01 1998 +--- ob/demo/chat/X11/Makefile.in Tue Jul 28 10:54:50 1998 +*************** +*** 41,47 **** + ALL_CPPFLAGS = -I. -I.. $(OB_CPPFLAGS) $(CPPFLAGS) + ALL_LDFLAGS = $(OB_LDFLAGS) $(LDFLAGS) + ALL_LIBS = -lOBX11 $(OB_LIBS) $(LIBS) $(XM_LIBS) $(X_LIBS) \ +! $(X_PRE_LIBS) -lXm -lXt -lX11 $(X_EXTRA_LIBS) + + $(CLIENT_NAME): Templates.DB $(OBJS) + rm -f $@ +--- 41,47 ---- + ALL_CPPFLAGS = -I. -I.. $(OB_CPPFLAGS) $(CPPFLAGS) + ALL_LDFLAGS = $(OB_LDFLAGS) $(LDFLAGS) + ALL_LIBS = -lOBX11 $(OB_LIBS) $(LIBS) $(XM_LIBS) $(X_LIBS) \ +! $(X_PRE_LIBS) $(MOTIFLIB) -lXt -lX11 $(X_EXTRA_LIBS) + + $(CLIENT_NAME): Templates.DB $(OBJS) + rm -f $@ -- cgit v1.2.3