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
84d25248
Kaydet (Commit)
84d25248
authored
Kas 06, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Configury fixes for MSVC, avoid accidentally using -march=i486
Change-Id: I2c3083ce84872e415e61c61e41473a3da14ed88a
üst
cd4e44ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
liblangtag-0.4.0-windows.patch
liblangtag/liblangtag-0.4.0-windows.patch
+22
-0
No files found.
liblangtag/liblangtag-0.4.0-windows.patch
Dosyayı görüntüle @
84d25248
--- misc/liblangtag-0.4.0/configure.ac
--- misc/liblangtag-0.4.0/configure.ac
+++ misc/build/liblangtag-0.4.0/configure.ac
+++ misc/build/liblangtag-0.4.0/configure.ac
@@ -173,8 +173,9 @@
__sync_synchronize();
j = __sync_fetch_and_sub(&i, 1);
return j;
- ]])], [AC_MSG_ERROR([liblangtag has to be built with -march=i486 or later.])]
- [lt_cv_has_atomic=no])])
+ ]])], [AC_MSG_ERROR([liblangtag has to be built with -march=i486 or later.])],
+ [lt_cv_has_atomic=no
+ CFLAGS="$_save_cflags"])])
])
if test "x$lt_cv_has_atomic" = "xyes"; then
AC_DEFINE(LT_HAVE_ATOMIC_BUILTINS, 1, [Have buit-in atomic functions])
@@ -291,8 +291,14 @@
@@ -291,8 +291,14 @@
dnl ======================================================================
dnl ======================================================================
dnl check another libraries
dnl check another libraries
...
@@ -18,6 +30,16 @@
...
@@ -18,6 +30,16 @@
if test "x$enable_introspection" != "xyes"; then
if test "x$enable_introspection" != "xyes"; then
--- misc/liblangtag-0.4.0/configure
--- misc/liblangtag-0.4.0/configure
+++ misc/build/liblangtag-0.4.0/configure
+++ misc/build/liblangtag-0.4.0/configure
@@ -12607,7 +12607,9 @@
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
as_fn_error $? "liblangtag has to be built with -march=i486 or later." "$LINENO" 5
+else
lt_cv_has_atomic=no
+ CFLAGS="$_save_cflags"
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
@@ -13203,6 +13203,10 @@
@@ -13203,6 +13203,10 @@
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_compiler_gnu=$ac_cv_c_compiler_gnu
...
...
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