]> git.pld-linux.org Git - packages/groff.git/blobdiff - groff-makefile-typo.patch
- up to 1.21; all patches dropped (obsolete or merged); new patches from fc
[packages/groff.git] / groff-makefile-typo.patch
diff --git a/groff-makefile-typo.patch b/groff-makefile-typo.patch
new file mode 100644 (file)
index 0000000..be2dbb8
--- /dev/null
@@ -0,0 +1,17 @@
+Fixes a typo in Makefile.comm
+
+Upstream fix:
+http://lists.gnu.org/archive/html/bug-groff/2011-01/msg00002.html
+
+diff -ur groff-1.21.old/Makefile.comm groff-1.21/Makefile.comm
+--- groff-1.21.old/Makefile.comm       2010-12-31 08:33:08.000000000 +0100
++++ groff-1.21/Makefile.comm   2011-01-21 16:19:59.762069900 +0100
+@@ -21,7 +21,7 @@
+ #
+ INCLUDES=-I. -I$(srcdir) \
+   -I$(top_builddir)/src/include -I$(top_srcdir)/src/include \
+-  -I$(tob_builddir)/src/libs/gnulib/lib
++  -I$(top_builddir)/src/libs/gnulib/lib
+ ALL_CCFLAGS=$(INCLUDES) $(CCDEFINES) $(CCFLAGS) $(CPPFLAGS)
+ COMPILE.cpp=$(CCC) $(ALL_CCFLAGS) -c
+ ALL_CFLAGS=$(INCLUDES) $(CDEFINES) $(CFLAGS) $(CPPFLAGS)
This page took 0.033712 seconds and 4 git commands to generate.