summaryrefslogtreecommitdiffstats
path: root/arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch
diff options
context:
space:
mode:
authorPawel "l0ner" Soltys <pwslts@gmail.com>2012-01-29 12:21:08 +0100
committerPawel "l0ner" Soltys <pwslts@gmail.com>2012-01-29 12:21:08 +0100
commit6895aaef8c871c1601b03ffebd7e20ae633d3b58 (patch)
treec5b04509d32a9f1f84053b7ef8c55143ccda1448 /arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch
parent28d54e82148c41c09fe4bf367f736f192e741a78 (diff)
downloadtde-packaging-6895aaef8c871c1601b03ffebd7e20ae633d3b58.tar.gz
tde-packaging-6895aaef8c871c1601b03ffebd7e20ae633d3b58.zip
tqtinterface: changed installation prefix
- cleaned up - added patch for tqt.pc installation location (needed later for compiling things with autotools) - changed $QTDIR to $QT3DIR
Diffstat (limited to 'arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch')
-rw-r--r--arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch b/arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch
new file mode 100644
index 000000000..f256e925c
--- /dev/null
+++ b/arch/3.5.13/trinity-base/trinity-tqtinterface/tqtpc-location.patch
@@ -0,0 +1,11 @@
+--- dependencies/tqtinterface/CMakeLists.txt 2011-03-28 00:12:24.000000000 +0200
++++ dependencies/tqtinterface/CMakeLists.txt.new 2012-01-29 12:15:16.000000000 +0100
+@@ -35,7 +35,7 @@
+ tde_setup_install_path( BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" )
+ tde_setup_install_path( LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" )
+ tde_setup_install_path( INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/tqt" )
+-tde_setup_install_path( PKGCONFIG_INSTALL_DIR "/usr/lib${LIB_SUFFIX}/pkgconfig" )
++tde_setup_install_path( PKGCONFIG_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig" )
+
+
+ ##### tqtinterface sources ######################