~ubuntu-branches/ubuntu/trusty/fcitx/trusty

« back to all changes in this revision

Viewing changes to debian/patches/0001-Try-to-avoid-rpath.patch

  • Committer: Package Import Robot
  • Author(s): YunQiang Su, Aron Xu, YunQiang Su
  • Date: 2012-06-09 14:39:39 UTC
  • mfrom: (10.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20120609143939-39raanjhr5y7qe3c
Tags: 1:4.2.4-2
[ Aron Xu ]
* Various small changes.

[ YunQiang Su ]
* Disable huge .xsession-errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
From: Aron Xu <aron@debian.org>
2
2
Date: Sat, 4 Feb 2012 17:00:58 +0800
3
 
Subject: [PATCH] Try to avoid rpath.
 
3
Subject: Try to avoid rpath.
4
4
 
5
5
---
6
6
 CMakeLists.txt |    6 ------
7
 
 1 files changed, 0 insertions(+), 6 deletions(-)
 
7
 1 个文件被修改,删除 6 行(-)
8
8
 
9
 
Index: fcitx/CMakeLists.txt
10
 
===================================================================
11
 
--- fcitx.orig/CMakeLists.txt   2012-05-25 02:39:20.655694866 +0800
12
 
+++ fcitx/CMakeLists.txt        2012-05-25 02:40:08.603932634 +0800
13
 
@@ -148,12 +148,6 @@
 
9
diff --git a/CMakeLists.txt b/CMakeLists.txt
 
10
index b3a7bc2..ad1d337 100644
 
11
--- a/CMakeLists.txt
 
12
+++ b/CMakeLists.txt
 
13
@@ -148,12 +148,6 @@ set(includedir  ${CMAKE_INSTALL_PREFIX}/include)
14
14
 
15
15
 list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${LIB_INSTALL_DIR}" _isSystemPlatformLibDir)
16
16
 list(FIND CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "${LIB_INSTALL_DIR}" _isSystemCxxLibDir)