summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-17 17:58:14 +0000
committerKarl Berry <karl@freefriends.org>2008-07-17 17:58:14 +0000
commit8585e0f22497d5afcb5e36ed72f99308fb46a2b9 (patch)
treed20daf20653abf7898e615af0477ae811ef48979 /Build
parentc903b20655ee3f61e5ff8475a1fafb8f426fd404 (diff)
do not DISABLE_OUTLINE, per Thanh
git-svn-id: svn://tug.org/texlive/trunk@9636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/libs/xpdf/goo/Makefile.in2
-rw-r--r--Build/source/libs/xpdf/xpdf/Makefile.in2
-rw-r--r--Build/source/texk/web2c/pdftexdir/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/xpdf/goo/Makefile.in b/Build/source/libs/xpdf/goo/Makefile.in
index 4de9c5d7fda..b93752f12e8 100644
--- a/Build/source/libs/xpdf/goo/Makefile.in
+++ b/Build/source/libs/xpdf/goo/Makefile.in
@@ -78,7 +78,7 @@ kpathsea_include_dir = -I../../../texk -I$(srcdir)/../../../texk
ALLCFLAGS = $(CFLAGS) @DEFS@ -I.. -I$(srcdir)/.. -I. -I$(srcdir) $(kpathsea_include_dir)
ALLCXXFLAGS = $(CXXFLAGS) @DEFS@ \
-I.. -I$(srcdir)/.. -I. -I$(srcdir) $(kpathsea_include_dir) \
- -DPDF_PARSER_ONLY -DDISABLE_OUTLINE
+ -DPDF_PARSER_ONLY
CXXFLAGS = @CXXFLAGS@
CC = @CC@
CXX = @CXX@
diff --git a/Build/source/libs/xpdf/xpdf/Makefile.in b/Build/source/libs/xpdf/xpdf/Makefile.in
index 27fe1538cae..5caf12d7876 100644
--- a/Build/source/libs/xpdf/xpdf/Makefile.in
+++ b/Build/source/libs/xpdf/xpdf/Makefile.in
@@ -77,7 +77,7 @@ CXXFLAGS = @CXXFLAGS@
CXX = @CXX@
ALLCXXFLAGS = $(CXXFLAGS) -DHAVE_CONFIG_H $(XCFLAGS) \
-I.. -I$(srcdirparent) -I$(goodir) -I$(fofidir) -I. -I$(srcdir) \
- -DPDF_PARSER_ONLY -DDISABLE_OUTLINE
+ -DPDF_PARSER_ONLY
kpse_include ../../texk/make/library.mk
diff --git a/Build/source/texk/web2c/pdftexdir/Makefile.in b/Build/source/texk/web2c/pdftexdir/Makefile.in
index 3d43e87be0d..23b083a5be0 100644
--- a/Build/source/texk/web2c/pdftexdir/Makefile.in
+++ b/Build/source/texk/web2c/pdftexdir/Makefile.in
@@ -14,7 +14,7 @@ ALL_CXXFLAGS = @CXXFLAGS@ @DEFS@ $(XXCFLAGS) \
@LIBXPDFCPPFLAGS@ \
-I$(LIBOBSDCOMPATDIR) -I$(LIBOBSDCOMPATDIR)/.. \
-I$(LIBOBSDCOMPATSRCDIR) -I$(LIBOBSDCOMPATSRCDIR)/.. \
- -DPDF_PARSER_ONLY -DDISABLE_OUTLINE
+ -DPDF_PARSER_ONLY
CXX = @CXX@
.SUFFIXES: .cc .o