aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/xephem/01-use-mandoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'non-free/xephem/01-use-mandoc.patch')
-rw-r--r--non-free/xephem/01-use-mandoc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/non-free/xephem/01-use-mandoc.patch b/non-free/xephem/01-use-mandoc.patch
new file mode 100644
index 0000000000..50797eed46
--- /dev/null
+++ b/non-free/xephem/01-use-mandoc.patch
@@ -0,0 +1,13 @@
+diff --git a/GUI/xephem/Makefile b/GUI/xephem/Makefile
+index 6fa4405..33d5085 100644
+--- a/GUI/xephem/Makefile
++++ b/GUI/xephem/Makefile
+@@ -192,7 +192,7 @@ xephem: $(INCS) $(OBJS)
+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
+
+ xephem.1: xephem.man
+- nroff -man $? > $@
++ mandoc $? > $@
+
+ libs:
+ cd ../../libastro; make