diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-03-24 08:26:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-03-24 08:26:32 +0000 |
commit | cf71cf06bfb25f6dcb33fba48fddc8372c10348a (patch) | |
tree | c2ae7919b60875142aa936ecaec3c62a00bdcac3 /x11/xscreensaver | |
parent | fd1e56fd983993538e1ee8292b2a6ebaf6e8c2d2 (diff) |
Notes
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/files/patch-hacks_glx_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/xscreensaver/files/patch-hacks_glx_Makefile.in b/x11/xscreensaver/files/patch-hacks_glx_Makefile.in deleted file mode 100644 index b4c5c70c8494..000000000000 --- a/x11/xscreensaver/files/patch-hacks_glx_Makefile.in +++ /dev/null @@ -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) |