Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2b53e0dd
Kaydet (Commit)
2b53e0dd
authored
Ara 07, 2010
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make possible to build with c++0x
üst
02b09143
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
STLport-4.5-cxx0x.patch
stlport/STLport-4.5-cxx0x.patch
+17
-0
makefile.mk
stlport/makefile.mk
+4
-1
No files found.
stlport/STLport-4.5-cxx0x.patch
0 → 100644
Dosyayı görüntüle @
2b53e0dd
--- misc/STLport-4.5/stlport/config/stl_gcc.h
+++ misc/build/STLport-4.5/stlport/config/stl_gcc.h
@@ -239,10 +239,10 @@
/* strict ANSI prohibits "long long" ( gcc) */
-# if defined ( __STRICT_ANSI__ )
-# undef _STLP_LONG_LONG
-// # define _STLP_STRICT_ANSI 1
-# endif
+//# if defined ( __STRICT_ANSI__ )
+//# undef _STLP_LONG_LONG
+//// # define _STLP_STRICT_ANSI 1
+//# endif
//# if !defined (__STRICT_ANSI__) || defined (__BUILDING_STLPORT)
//# define _STLP_USE_TEMPLATE_EXPORT
stlport/makefile.mk
Dosyayı görüntüle @
2b53e0dd
...
...
@@ -63,7 +63,10 @@ $(INCCOM)$/stlport$/vector: systemstl$/$$(@:f)
.IF
"$(COMID)"
==
"gcc3"
TARFILE_NAME
=
STLport-4.5
TARFILE_MD5
=
18f577b374d60b3c760a3a3350407632
PATCH_FILES
=
STLport-4.5.patch STLport-4.5-gcc43_warnings.patch
PATCH_FILES
=
\
STLport-4.5.patch
\
STLport-4.5-gcc43_warnings.patch
\
STLport-4.5-cxx0x.patch
.ELIF
"$(GUI)"
==
"WNT"
.IF
"$(CCNUMVER)"
<=
"001300000000"
TARFILE_NAME
=
STLport-4.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment