summaryrefslogtreecommitdiff
path: root/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch')
-rw-r--r--dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch b/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
deleted file mode 100644
index 409bfb810f9e..000000000000
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -27,11 +27,11 @@
-
- dnl directory for docs (html)
- AC_SUBST(gengetoptdocdir)
--gengetoptdocdir=$docdir
-+gengetoptdocdir=$docdir/html
-
- dnl directory for examples
- AC_SUBST(gengetoptexamplesdir)
--gengetoptexamplesdir=$gengetoptdocdir/examples
-+gengetoptexamplesdir=$docdir/examples
-
- dnl Checks for C compiler.
- AC_PROG_CC