From owner-cvs-all Wed Jul 29 10:55:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13968 for cvs-all-outgoing; Wed, 29 Jul 1998 10:55:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13939; Wed, 29 Jul 1998 10:55:12 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca7-55.ix.netcom.com [209.109.235.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id KAA22828; Wed, 29 Jul 1998 10:54:39 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id KAA02454; Wed, 29 Jul 1998 10:54:36 -0700 (PDT) Date: Wed, 29 Jul 1998 10:54:36 -0700 (PDT) Message-Id: <199807291754.KAA02454@silvia.HIP.Berkeley.EDU> To: ejc@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199807291213.FAA09404@freefall.freebsd.org> (ejc@FreeBSD.ORG) Subject: Re: cvs commit: ports/devel/ORBacus Makefile ports/devel/ORBacus/patches patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only part * of ORBacus that relies on motif. Thanks. BTW, weren't you going to make it detect the existence of Motif before compiling that module? Also, I still can't compile it here without adding -lXext to the linker line. Does this patch work for you? Satoshi ------- Index: patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/devel/ORBacus/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1998/07/29 12:13:20 1.2 +++ patch-ab 1998/07/29 16:57:47 @@ -32,7 +32,7 @@ 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) +! $(X_PRE_LIBS) $(MOTIFLIB) -lXext -lXt -lX11 $(X_EXTRA_LIBS) $(CLIENT_NAME): Templates.DB $(OBJS) rm -f $@