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
e01b78d2
Kaydet (Commit)
e01b78d2
authored
May 26, 2010
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
cmcfixes74: merge with DEV300 m79
üst
85602680
950e032f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
makefile.mk
moz/makefile.mk
+6
-1
link_fontconfig.patch
moz/patches/link_fontconfig.patch
+11
-0
linux_libc2.5.patch
moz/patches/linux_libc2.5.patch
+11
-0
No files found.
moz/makefile.mk
Dosyayı görüntüle @
e01b78d2
...
...
@@ -85,7 +85,12 @@ PATCH_FILES = \
seamonkey-source-
$(MOZILLA_VERSION)
.patch
\
patches/dtoa.patch
\
patches/respect_disable_pango.patch
\
patches/arm_build_fix.patch
patches/arm_build_fix.patch
\
patches/link_fontconfig.patch
.IF
"$(OUTPATH)"
==
"unxlngi6"
PATCH_FILES
+=
patches/linux_libc2.5.patch
.ENDIF
# This file is needed for the W32 build when BUILD_MOZAB is set
# (currently only vc8/vs2005 is supported when BUILD_MOZAB is set)
...
...
moz/patches/link_fontconfig.patch
0 → 100644
Dosyayı görüntüle @
e01b78d2
--- misc/mozilla/gfx/src/gtk/Makefile.in 2010-03-16 14:44:44.000000000 +0000
+++ misc/build/mozilla/gfx/src/gtk/Makefile.in 2010-03-16 14:45:08.000000000 +0000
@@ -183,7 +183,7 @@
endif
ifdef MOZ_ENABLE_XFT
-EXTRA_DSO_LDOPTS += $(FT2_LIBS)
+EXTRA_DSO_LDOPTS += $(FT2_LIBS) -lfontconfig
libs:: fontEncoding.properties pangoFontEncoding.properties
$(INSTALL) $^ $(DIST)/bin/res/fonts
moz/patches/linux_libc2.5.patch
0 → 100644
Dosyayı görüntüle @
e01b78d2
--- misc/mozilla/configure 2010-04-14 18:08:55.402759185 +0200
+++ misc/build/mozilla/configure 2010-04-14 18:07:13.036410334 +0200
@@ -11886,7 +11886,7 @@
$(DIST)/lib/$(LIB_PREFIX)nss'$NSS_VERSION'.$(IMPORT_LIB_SUFFIX) \\\
$(DIST)/lib/$(LIB_PREFIX)softokn'$NSS_VERSION'.$(IMPORT_LIB_SUFFIX)'
else
- NSS_LIBS='-L$(LIBS_DIR)'" -lcrmf -lsmime$NSS_VERSION -lssl$NSS_VERSION -lnss$NSS_VERSION -lsoftokn$NSS_VERSION"
+ NSS_LIBS='-L$(LIBS_DIR)'" -lcrmf -lsmime$NSS_VERSION -lssl$NSS_VERSION -lnss$NSS_VERSION -lnssutil$NSS_VERSION -lsoftokn$NSS_VERSION"
fi
fi
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