diff options
author | Andreas Enge <andreas@enge.fr> | 2013-03-31 17:25:11 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-03-31 17:27:37 +0200 |
commit | 14ecc0effca4d7447510bc67a774f897ac03ab87 (patch) | |
tree | 379c5245378a19f0a5de6855777047882c320822 /Makefile.am | |
parent | 141ccae8a737ba89eeb3d7f749270c5eda73d8b7 (diff) | |
download | patches-14ecc0effca4d7447510bc67a774f897ac03ab87.tar patches-14ecc0effca4d7447510bc67a774f897ac03ab87.tar.gz |
gnu: Add xpdf.
* gnu/packages/pdf.scm (xpdf): New variable.
* gnu/packages/patches/xpdf-constchar.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 54ca41b3b8..9b9bdbf8b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -223,7 +223,8 @@ dist_patch_DATA = \ gnu/packages/patches/tar-gets-undeclared.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ - gnu/packages/patches/vpnc-script.patch + gnu/packages/patches/vpnc-script.patch \ + gnu/packages/patches/xpdf-constchar.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux |