summaryrefslogtreecommitdiffstats
path: root/groff-xlibs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'groff-xlibs.patch')
-rw-r--r--groff-xlibs.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/groff-xlibs.patch b/groff-xlibs.patch
deleted file mode 100644
index aa72c29..0000000
--- a/groff-xlibs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- groff-1.18.1/Makefile.ccpg.sopwith Mon Feb 10 08:33:21 2003
-+++ groff-1.18.1/Makefile.ccpg Mon Feb 10 08:54:00 2003
-@@ -8,7 +8,7 @@
-
- all: $(PROG) $(MANPAGES)
-
--$(PROG): $(OBJS) $(XLIBS)
-+$(PROG): $(OBJS)
- $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
-
- install_bin: install_prog
-@@ -28,6 +28,6 @@
-
- pure: $(PROG).pure
-
--$(PROG).pure: $(OBJS) $(XLIBS)
-+$(PROG).pure: $(OBJS)
- $(PURIFY) $(PURIFYCCFLAGS) \
- $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)