summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-03-24 08:26:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-03-24 08:26:32 +0000
commitcf71cf06bfb25f6dcb33fba48fddc8372c10348a (patch)
treec2ae7919b60875142aa936ecaec3c62a00bdcac3 /x11/xscreensaver
parentSupport IPv6. (diff)
Patch no longer needed
Notes
Notes: svn path=/head/; revision=56525
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/files/patch-hacks_glx_Makefile.in11
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)