1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Allow ob/demos/chat/X11/chat to build on other versions of motif.

This commit is contained in:
Eric J.Chet 1998-07-30 13:45:16 +00:00
parent 6ce5440dc9
commit 2775e81d33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12219

View File

@ -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) -lXt -lX11 $(X_EXTRA_LIBS) -lXext
$(CLIENT_NAME): Templates.DB $(OBJS)
rm -f $@