diff options
Diffstat (limited to 'devel/m4/patches')
-rw-r--r-- | devel/m4/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/m4/patches/patch-ad b/devel/m4/patches/patch-ad new file mode 100644 index 00000000000..9abca48e8cf --- /dev/null +++ b/devel/m4/patches/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri May 7 18:51:27 2004 ++++ Makefile.in Fri May 7 18:49:11 2004 +@@ -41,7 +41,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = $(exec_prefix)/bin +-infodir = $(prefix)/info ++infodir = $(prefix)/$(INFO_DIR) + + MDEFINES = CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \ + prefix='$(prefix)' exec_prefix='$(exec_prefix)' \ |