aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-03-24 16:26:32 +0800
committerdougb <dougb@FreeBSD.org>2002-03-24 16:26:32 +0800
commit1968fa0b0f42212305458b9e04316fddadd0c919 (patch)
tree67b2a4c0e35299d0c2e7452f73bcf00bb73fdc66 /x11/xscreensaver
parent3db8671ab6c0dbec9fbd6741be208912a1c20f6b (diff)
downloadfreebsd-ports-gnome-1968fa0b0f42212305458b9e04316fddadd0c919.tar.gz
freebsd-ports-gnome-1968fa0b0f42212305458b9e04316fddadd0c919.tar.zst
freebsd-ports-gnome-1968fa0b0f42212305458b9e04316fddadd0c919.zip
Patch no longer needed
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)