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
4eb22112
Kaydet (Commit)
4eb22112
authored
Nis 11, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This patch has been upstreamed.
Change-Id: I7ba26813e1dfdd138096c597abd9f67c953aca4d
üst
f14e7094
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
28 deletions
+1
-28
UnpackedTarball_orcus.mk
liborcus/UnpackedTarball_orcus.mk
+1
-2
liborcus_0.1.0-boost-include.patch.1
liborcus/liborcus_0.1.0-boost-include.patch.1
+0
-26
No files found.
liborcus/UnpackedTarball_orcus.mk
Dosyayı görüntüle @
4eb22112
...
@@ -15,11 +15,10 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,orcus,0))
...
@@ -15,11 +15,10 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,orcus,0))
orcus_patches :=
orcus_patches :=
# make config.sub recognize arm-linux-androideabi
# make config.sub recognize arm-linux-androideabi
orcus_patches += liborcus_0.1.0-configure.patch
# orcus_patches += liborcus_0.1.0-configure.patch <- does not apply
# <https://gitorious.org/orcus/orcus/merge_requests/2#
# <https://gitorious.org/orcus/orcus/merge_requests/2#
# f60d6eecee72349993a392a9a63ddf3383d3b8c8-
# f60d6eecee72349993a392a9a63ddf3383d3b8c8-
# f60d6eecee72349993a392a9a63ddf3383d3b8c8@2>:
# f60d6eecee72349993a392a9a63ddf3383d3b8c8@2>:
orcus_patches += liborcus_0.1.0-boost-include.patch.1
$(eval $(call gb_UnpackedTarball_add_patches,orcus,\
$(eval $(call gb_UnpackedTarball_add_patches,orcus,\
$(foreach patch,$(orcus_patches),liborcus/$(patch)) \
$(foreach patch,$(orcus_patches),liborcus/$(patch)) \
...
...
liborcus/liborcus_0.1.0-boost-include.patch.1
deleted
100644 → 0
Dosyayı görüntüle @
f14e7094
From f60d6eecee72349993a392a9a63ddf3383d3b8c8 Mon Sep 17 00:00:00 2001
From: Stephan Bergmann <sbergman@redhat.com>
Date: Sat, 16 Feb 2013 13:25:44 +0100
Subject: [PATCH] Missing include <boost/noncopyable.hpp>
(at least when compiling against Boost 1.53.0)
---
src/liborcus/dom_tree.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/liborcus/dom_tree.cpp b/src/liborcus/dom_tree.cpp
index ecf7beb..14725ad 100644
--- a/src/liborcus/dom_tree.cpp
+++ b/src/liborcus/dom_tree.cpp
@@ -34,6 +34,8 @@
#include <iostream>
#include <sstream>
+#include <boost/noncopyable.hpp>
+
using namespace std;
namespace orcus {
--
1.8.1.2
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