SPECS: physfs.spec - small hack for x86_64

duddits duddits at pld-linux.org
Sun Mar 15 23:56:25 CET 2009


Author: duddits                      Date: Sun Mar 15 22:56:25 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- small hack for x86_64

---- Files affected:
SPECS:
   physfs.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/physfs.spec
diff -u SPECS/physfs.spec:1.17 SPECS/physfs.spec:1.18
--- SPECS/physfs.spec:1.17	Sun Mar 15 23:37:31 2009
+++ SPECS/physfs.spec	Sun Mar 15 23:56:20 2009
@@ -111,7 +111,10 @@
 
 # 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
@@ -158,6 +161,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2009/03/15 22:56:20  duddits
+- small hack for x86_64
+
 Revision 1.17  2009/03/15 22:37:31  duddits
 - up to 1.1.1
 - drop autohell, it now uses cmake
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/physfs.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list