mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
ALL_CPPFLAGS = -I. -I.. $(OB_CPPFLAGS) $(CPPFLAGS)
|
ALL_CPPFLAGS = -I. -I.. $(OB_CPPFLAGS) $(CPPFLAGS)
|
||||||
ALL_LDFLAGS = $(OB_LDFLAGS) $(LDFLAGS)
|
ALL_LDFLAGS = $(OB_LDFLAGS) $(LDFLAGS)
|
||||||
ALL_LIBS = -lOBX11 $(OB_LIBS) $(LIBS) $(XM_LIBS) $(X_LIBS) \
|
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)
|
$(CLIENT_NAME): Templates.DB $(OBJS)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue