summaryrefslogtreecommitdiffstats
path: root/groff-xlibs.patch
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@fedoraproject.org>2006-01-05 14:49:14 +0000
committerJindrich Novy <jnovy@fedoraproject.org>2006-01-05 14:49:14 +0000
commit8556acb4fec81ab16fdc65b65c149acf0cfb9024 (patch)
tree07bd6e23c30ae34e9f85307ea0957d7f452b8eef /groff-xlibs.patch
parent15f798d7856fb04cd82824b5b420c58c2be30d42 (diff)
downloadgroff-8556acb4fec81ab16fdc65b65c149acf0cfb9024.tar.gz
groff-8556acb4fec81ab16fdc65b65c149acf0cfb9024.tar.xz
groff-8556acb4fec81ab16fdc65b65c149acf0cfb9024.zip
- add BuildRequires imake and update dependencies for modular X
- spec cleanup
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)