Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 1998 10:54:36 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        ejc@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/devel/ORBacus Makefile ports/devel/ORBacus/patches patch-ab
Message-ID:  <199807291754.KAA02454@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199807291213.FAA09404@freefall.freebsd.org> (ejc@FreeBSD.ORG)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   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 $@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807291754.KAA02454>