summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdv2pdf
diff options
context:
space:
mode:
authorHan The Thanh <hanthethanh@gmail.com>2010-06-05 07:24:00 +0000
committerHan The Thanh <hanthethanh@gmail.com>2010-06-05 07:24:00 +0000
commit55524f8b6257bf114c5a49091a82b66225b4646e (patch)
tree5770192f47adeab17912240d8a3cee80cbde531c /Build/source/texk/xdv2pdf
parentf72f7c8967f3adbd06c94f738172dc13252ae6aa (diff)
fix for problem with building xdv2pdf on osx10.6
git-svn-id: svn://tug.org/texlive/trunk@18753 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdv2pdf')
-rw-r--r--Build/source/texk/xdv2pdf/Makefile.am1
-rw-r--r--Build/source/texk/xdv2pdf/Makefile.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/xdv2pdf/Makefile.am b/Build/source/texk/xdv2pdf/Makefile.am
index f4ef43a2fa8..e3f7bcaaeb8 100644
--- a/Build/source/texk/xdv2pdf/Makefile.am
+++ b/Build/source/texk/xdv2pdf/Makefile.am
@@ -22,6 +22,7 @@ T1Wrap_SOURCES = \
T1Wrap.m
T1Wrap_LDFLAGS = -framework Cocoa
+T1Wrap_LIBTOOLFLAGS = --tag CXX
xdv2pdf_SOURCES = \
DVIops.h \
diff --git a/Build/source/texk/xdv2pdf/Makefile.in b/Build/source/texk/xdv2pdf/Makefile.in
index bd25e607c39..6b5eb574cac 100644
--- a/Build/source/texk/xdv2pdf/Makefile.in
+++ b/Build/source/texk/xdv2pdf/Makefile.in
@@ -73,7 +73,7 @@ PROGRAMS = $(bin_PROGRAMS)
am_T1Wrap_OBJECTS = SimplePSInterpreter.$(OBJEXT) T1Wrap.$(OBJEXT)
T1Wrap_OBJECTS = $(am_T1Wrap_OBJECTS)
T1Wrap_LDADD = $(LDADD)
-T1Wrap_LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+T1Wrap_LINK = $(LIBTOOL) $(T1Wrap_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) \
$(T1Wrap_LDFLAGS) $(LDFLAGS) -o $@
am_xdv2pdf_OBJECTS = xdv2pdf.$(OBJEXT) xdv2pdf_main.$(OBJEXT) \
@@ -273,6 +273,7 @@ T1Wrap_SOURCES = \
T1Wrap.m
T1Wrap_LDFLAGS = -framework Cocoa
+T1Wrap_LIBTOOLFLAGS = --tag CXX
xdv2pdf_SOURCES = \
DVIops.h \
xdv2pdf.cpp \