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:
parent
6ce5440dc9
commit
2775e81d33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12219
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user