Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2008/texlive-core: 160_all_cxxflags_for_cplusplus.patch series
Date: Tue, 02 Sep 2008 13:50:03
Message-Id: E1KaWGf-0000OQ-3I@stork.gentoo.org
1 aballier 08/09/02 13:50:01
2
3 Modified: series
4 Added: 160_all_cxxflags_for_cplusplus.patch
5 Log:
6 add a patch to not mixup c and cxx flags
7
8 Revision Changes Path
9 1.4 src/patchsets/texlive/2008/texlive-core/series
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/series?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/series?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/series?r1=1.3&r2=1.4
14
15 Index: series
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2008/texlive-core/series,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- series 22 Aug 2008 15:01:42 -0000 1.3
22 +++ series 2 Sep 2008 13:50:00 -0000 1.4
23 @@ -2,3 +2,4 @@
24 110_all_icu_CVE-2007-4770.patch
25 150_all_installedscripts.patch
26 160_all_man5.patch
27 +160_all_cxxflags_for_cplusplus.patch
28
29
30
31 1.1 src/patchsets/texlive/2008/texlive-core/160_all_cxxflags_for_cplusplus.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/160_all_cxxflags_for_cplusplus.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/160_all_cxxflags_for_cplusplus.patch?rev=1.1&content-type=text/plain
35
36 Index: 160_all_cxxflags_for_cplusplus.patch
37 ===================================================================
38 Index: texlive-20080816-source/texk/web2c/xetexdir/xetex.mk
39 ===================================================================
40 --- texlive-20080816-source.orig/texk/web2c/xetexdir/xetex.mk
41 +++ texlive-20080816-source/texk/web2c/xetexdir/xetex.mk
42 @@ -168,7 +168,7 @@ pngimage.o: $(srcdir)/xetexdir/pngimage.
43 $(compile) $(ALL_CFLAGS) $(FTFLAGS) $(LIBPNGCPPFLAGS) $(ZLIBCPPFLAGS) -c $< -o $@
44
45 pdfimage.o: $(srcdir)/xetexdir/pdfimage.cpp $(srcdir)/xetexdir/pdfimage.h
46 - $(CXX) $(ALL_CFLAGS) $(FTFLAGS) $(LIBXPDFCPPFLAGS) -c $< -o $@
47 + $(CXX) $(ALL_CXXFLAGS) $(FTFLAGS) $(LIBXPDFCPPFLAGS) -c $< -o $@
48
49 XeTeX_pic.o: $(srcdir)/xetexdir/XeTeX_pic.c $(srcdir)/xetexdir/XeTeX_ext.h $(XeTeXImageHdrs)
50 $(compile) $(TECKITFLAGS) $(FTFLAGS) $(ALL_CFLAGS) $(XETEX_DEFINES) -c $< -o $@