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
4e6033f2
Kaydet (Commit)
4e6033f2
authored
Nis 24, 2013
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Trying to fix the harfbuzz build
Change-Id: I7472d6e86cde5459aca4caf21fe7fe4e6ef60ecc
üst
4c46c75e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
21 deletions
+60
-21
harfbuzz.configure.patch.1
harfbuzz/harfbuzz.configure.patch.1
+60
-21
No files found.
harfbuzz/harfbuzz.configure.patch.1
Dosyayı görüntüle @
4e6033f2
diff -ur
harfbuzz.org/configure harfbuzz
/configure
--- harfbuzz
.org/configure 2013-04-22 20:45:32.738213297
+0200
+++ harfbuzz
/configure 2013-04-22 20:46:56.334209801
+0200
@@ -16813,7 +168
85
,7 @@
diff -ur
EbwB harfbuzz-0.9.16/configure harfbuzz-0.9.16
/configure
--- harfbuzz
-0.9.16/configure 2013-04-19 22:24:01.000000000
+0200
+++ harfbuzz
-0.9.16/configure 2013-04-24 13:06:21.949971349
+0200
@@ -16813,7 +168
13
,7 @@
...
...
@@ -10,7 +10,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
if $have_hb_old; then
$as_echo "#define HAVE_HB_OLD 1" >>confdefs.h
@@ -16829,7 +16
901
,7 @@
@@ -16829,7 +16
829
,7 @@
...
...
@@ -19,7 +19,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
if $have_ucdn; then
$as_echo "#define HAVE_UCDN 1" >>confdefs.h
@@ -16914,7 +169
86
,7 @@
@@ -16914,7 +169
14
,7 @@
GLIB_LIBS=$pkg_cv_GLIB_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -28,7 +28,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if $have_glib; then
@@ -16999,7 +1
7071
,7 @@
@@ -16999,7 +1
6999
,7 @@
GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -37,7 +37,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if $have_gobject; then
@@ -17087,7 +17
159
,7 @@
@@ -17087,7 +17
087
,7 @@
CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -46,7 +46,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if $have_cairo; then
@@ -17172,7 +17
244
,7 @@
@@ -17172,7 +17
172
,7 @@
CAIRO_FT_LIBS=$pkg_cv_CAIRO_FT_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -55,7 +55,31 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if $have_cairo_ft; then
@@ -17457,7 +17529,7 @@
@@ -17353,23 +17353,6 @@
ICU_CONFIG="$ac_cv_prog_ICU_CONFIG"
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU by using icu-config fallback" >&5
-$as_echo_n "checking for ICU by using icu-config fallback... " >&6; }
- if test "$ICU_CONFIG" != "no" && "$ICU_CONFIG" --version >/dev/null; then
- have_icu=true
- # We don't use --cflags as this gives us a lot of things that we don't
- # necessarily want, like debugging and optimization flags
- # See man (1) icu-config for more info.
- ICU_CFLAGS=`$ICU_CONFIG --cppflags`
- ICU_LIBS=`$ICU_CONFIG --ldflags-libsonly`
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
- fi
fi
if $have_icu; then
@@ -17457,7 +17440,7 @@
ICU_LE_LIBS=$pkg_cv_ICU_LE_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -64,16 +88,31 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if test "$have_icu_le" != "true"; then
if test -n "$ac_tool_prefix"; then
@@ -17555,7 +17555,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU_LE by using icu-config fallback" >&5
$as_echo_n "checking for ICU_LE by using icu-config fallback... " >&6; }
if test "$ICU_CONFIG" != "no" && "$ICU_CONFIG" --version >/dev/null; then
@@ -17552,23 +17535,6 @@
ICU_CONFIG="$ac_cv_prog_ICU_CONFIG"
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU_LE by using icu-config fallback" >&5
-$as_echo_n "checking for ICU_LE by using icu-config fallback... " >&6; }
- if test "$ICU_CONFIG" != "no" && "$ICU_CONFIG" --version >/dev/null; then
- have_icu_le=true
+ have_icu_le=false
# We don't use --cflags as this gives us a lot of things that we don't
# necessarily want, like debugging and optimization flags
# See man (1) icu-config for more info.
@@ -17654,7 +17654,7 @@
- # We don't use --cflags as this gives us a lot of things that we don't
- # necessarily want, like debugging and optimization flags
- # See man (1) icu-config for more info.
- ICU_LE_CFLAGS=`$ICU_CONFIG --cppflags`
- ICU_LE_LIBS=`$ICU_CONFIG --ldflags-libsonly --ldflags-layout`
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
- fi
fi
if $have_icu_le; then
@@ -17654,7 +17620,7 @@
GRAPHITE2_LIBS=$pkg_cv_GRAPHITE2_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -82,7 +121,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if $have_graphite; then
@@ -17740,7 +17
812
,7 @@
@@ -17740,7 +17
706
,7 @@
FREETYPE_LIBS=$pkg_cv_FREETYPE_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
...
...
@@ -91,7 +130,7 @@ diff -ur harfbuzz.org/configure harfbuzz/configure
fi
if $have_freetype; then
@@ -17825,7 +17
897
,7 @@
@@ -17825,7 +17
791
,7 @@
ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include <ApplicationServices/ApplicationServices.h>
"
if test "x$ac_cv_type_CTFontRef" = xyes; then :
...
...
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