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
643a4b1d
Kaydet (Commit)
643a4b1d
authored
May 18, 2011
tarafından
Tor Lillqvist
Kaydeden (comit)
Tor Lillqvist
May 18, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Build libtextcat for Android
üst
bda0eb16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
libtextcat-2.2.patch
libtextcat/libtextcat-2.2.patch
+4
-3
makefile.mk
libtextcat/makefile.mk
+6
-0
No files found.
libtextcat/libtextcat-2.2.patch
Dosyayı görüntüle @
643a4b1d
--- misc/
libtextcat-2.2/configure Thu May 22 13:39:55 2003
+++ misc/build/libtextcat-2.2/configure
Mon Mar 31 11:29:14 2008
--- misc/
build/libtextcat-2.2/configure
+++ misc/build/libtextcat-2.2/configure
@@ -3451,7 +3451,7 @@
;;
...
...
@@ -3897,7 +3897,7 @@
-solaris1 | -solaris1.*)
os=`echo $os | sed -e 's|solaris1|sunos4|'`
;;
@@ -1100,24 +1286,3
0
@@
@@ -1100,24 +1286,3
1
@@
# Each alternative MUST END IN A *, to match a version number.
# -sysv* is not here because it comes later, after sysvr4.
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
...
...
@@ -3920,6 +3920,7 @@
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
- | -chorusos* | -chorusrdb* \
+ | -androideabi* \
+ | -chorusos* | -chorusrdb* | -cegcc* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
...
...
libtextcat/makefile.mk
Dosyayı görüntüle @
643a4b1d
...
...
@@ -73,7 +73,13 @@ CONFIGURE_FLAGS+= --build="$(BUILD_PLATFORM)" --host="$(HOST_PLATFORM)"
BUILD_ACTION
=
make
.IF
"$(OS)"
==
"ANDROID"
# The libtool in the libtextcat-2.2 tarball doesn't build
# shared libraries on Android, for some reason.
OUT2LIB
=
$(BUILD_DIR)$/
src
$/
.libs
$/
libtextcat
*
.a
.ELSE
OUT2LIB
=
$(BUILD_DIR)$/
src
$/
.libs
$/
libtextcat
*
$(DLLPOST)
.ENDIF
.ENDIF
# "$(GUI)"=="UNX"
...
...
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