Patch no longer needed

This commit is contained in:
Doug Barton 2002-03-24 08:26:32 +00:00
parent fd1e56fd98
commit cf71cf06bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56525

View File

@ -1,11 +0,0 @@
--- hacks/glx/Makefile.in.Dist Sun Feb 24 01:56:30 2002
+++ hacks/glx/Makefile.in Sun Feb 24 23:50:55 2002
@@ -374,7 +374,7 @@
$(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB_OBJS) $(HACK_LIBS)
glsnake: glsnake.o $(HACK_OBJS)
- $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS)
+ $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS) -lcompat
boxed: boxed.o $(HACK_OBJS)
$(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(HACK_LIBS)