]> git.pld-linux.org Git - packages/physfs.git/commitdiff
- small hack for x86_64 auto/th/physfs-1_1_1-1 auto/ti/physfs-1_1_1-1
authorduddits <duddits@pld-linux.org>
Sun, 15 Mar 2009 22:56:20 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    physfs.spec -> 1.18

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.060342 seconds and 4 git commands to generate.