summaryrefslogtreecommitdiffstats
path: root/groff-xlibs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'groff-xlibs.patch')
-rw-r--r--groff-xlibs.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/groff-xlibs.patch b/groff-xlibs.patch
index f319022..aa72c29 100644
--- a/groff-xlibs.patch
+++ b/groff-xlibs.patch
@@ -1,12 +1,12 @@
---- groff-1.19.1/Makefile.ccpg.xlibs 2003-04-12 16:07:05.000000000 +0200
-+++ groff-1.19.1/Makefile.ccpg 2005-01-12 14:24:58.349112312 +0100
+--- 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.cpp) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
+ $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
install_bin: install_prog
@@ -28,6 +28,6 @@
@@ -16,4 +16,4 @@
-$(PROG).pure: $(OBJS) $(XLIBS)
+$(PROG).pure: $(OBJS)
$(PURIFY) $(PURIFYCCFLAGS) \
- $(LINK.cpp) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
+ $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)