diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-02 13:46:01 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-02 13:46:01 +0000 |
commit | 7191a6160acc88c3b026ce95f07b6ae9ac31c76f (patch) | |
tree | 0b7cfdcbeb1e20d0dd0197033e8e35dcc548853a /Build/source/libs | |
parent | 8b7b6eb852a7ca709196fb1a1de4ebe28ecc85d5 (diff) |
new build system: more texk/texlive/
git-svn-id: svn://tug.org/texlive/trunk@12601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/xpdf/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/libs/xpdf/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/libs/xpdf/Makefile.am b/Build/source/libs/xpdf/Makefile.am index 08ddee8abee..6798ad21e2b 100644 --- a/Build/source/libs/xpdf/Makefile.am +++ b/Build/source/libs/xpdf/Makefile.am @@ -115,3 +115,7 @@ EXTRA_DIST += xpdf-3.02-pdftex.patch EXTRA_DIST += xpdf-3.02-time_h.patch +## Patch required for some mingw32 + +EXTRA_DIST += xpdf-3.02-mingw32.patch + diff --git a/Build/source/libs/xpdf/Makefile.in b/Build/source/libs/xpdf/Makefile.in index 744643ab26f..24782dfc4ba 100644 --- a/Build/source/libs/xpdf/Makefile.in +++ b/Build/source/libs/xpdf/Makefile.in @@ -214,7 +214,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(XPDF_TREE) xpdf-3.02-pl2.patch \ xpdf-3.02-PDF_PARSER_ONLY.patch xpdf-3.02-pdftex.patch \ - xpdf-3.02-time_h.patch + xpdf-3.02-time_h.patch xpdf-3.02-mingw32.patch SUBDIRS = goo fofi xpdf GOO_SRC = $(top_srcdir)/$(XPDF_TREE)/goo FOFI_SRC = $(top_srcdir)/$(XPDF_TREE)/fofi |