]> git.pld-linux.org Git - packages/physfs.git/blobdiff - physfs.spec
- small hack for x86_64
[packages/physfs.git] / physfs.spec
index a0b7d1156a6a5c0a8c00aa8cbde5fd86a73ec837..d0859bd7a71e71ab52c06ec83ab6087b21aeee19 100644 (file)
@@ -110,7 +110,10 @@ PhysicsFS.
 
 # fix paths
 %{__sed} -i -e 's,/usr/local,/usr,g' cmake_install.cmake
-
+# workaround for x86_64
+%ifarch %{x8664}
+%{__sed} -i -e 's,{CMAKE_INSTALL_PREFIX}/lib,{CMAKE_INSTALL_PREFIX}/lib64,g' cmake_install.cmake
+%endif
 %{__make}
 
 doxygen
This page took 0.066509 seconds and 4 git commands to generate.