]> git.pld-linux.org Git - packages/phonon.git/blame - x32.patch
- leave /usr munging to internal hackery, just add x32 to the mix
[packages/phonon.git] / x32.patch
CommitLineData
0c3f61e3
JR
1--- phonon-4.8.3/CMakeLists.txt~ 2014-12-04 10:30:26.000000000 +0100
2+++ phonon-4.8.3/CMakeLists.txt 2015-04-04 15:36:05.699861998 +0200
3@@ -242,7 +242,7 @@
4 # to it for the 4.x series.
5 # The set variable is used by the PhononConfig.cmake.in to use a refined rootDir
6 # resolution when installed to /usr/lib
7-if("${absInstallDir}" MATCHES "^(/usr)?/lib(64)?/.+")
8+if("${absInstallDir}" MATCHES "^(/usr)?/lib(64|x32)?/.+")
9 # Handle "/usr move" symlinks created by some Linux distros.
10 set(USR_SYMLINK_RESOLVER "
11 # Use original install prefix when loaded through a \"/usr move\"
This page took 0.058765 seconds and 4 git commands to generate.