summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-12-27 05:11:09 +0000
committerRick Farina <zerochaos@gentoo.org>2012-12-27 05:11:09 +0000
commit4c72f32bc0fd5b49c99b04ea09997547d8970069 (patch)
treecdc6c52a855ae41f61a79605b524eb6e7bb2dc31 /dev-haskell/happy/files
parentDrop sparc keyword, needs gtk+-3.6 keyworded. (diff)
downloadgentoo-2-4c72f32bc0fd5b49c99b04ea09997547d8970069.tar.gz
gentoo-2-4c72f32bc0fd5b49c99b04ea09997547d8970069.tar.bz2
gentoo-2-4c72f32bc0fd5b49c99b04ea09997547d8970069.zip
re-add missing file that was removed but still in use, reported by iamben
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-haskell/happy/files')
-rw-r--r--dev-haskell/happy/files/happy-1.18.6-man.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-haskell/happy/files/happy-1.18.6-man.patch b/dev-haskell/happy/files/happy-1.18.6-man.patch
new file mode 100644
index 000000000000..cd5558cc6607
--- /dev/null
+++ b/dev-haskell/happy/files/happy-1.18.6-man.patch
@@ -0,0 +1,12 @@
+Tue Aug 2 12:16:38 EEST 2011 Sergei Trofimovich <slyfox@community.haskell.org>
+ * doc: make happy.1 be buildabale with doc/configure
+diff -rN -u old-happy/doc/configure.ac new-happy/doc/configure.ac
+--- old-happy/doc/configure.ac 2011-08-02 12:24:20.913926740 +0300
++++ new-happy/doc/configure.ac 2011-08-02 12:24:20.923926615 +0300
+@@ -9,5 +9,5 @@
+
+ AC_PATH_PROG(DbLatexCmd,dblatex)
+
+-AC_CONFIG_FILES([config.mk])
++AC_CONFIG_FILES([config.mk happy.1])
+ AC_OUTPUT