From 1484b823fd3af607318dd436c2081ee42e36bbe5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 13 Feb 2013 18:48:27 +0000 Subject: sci-chemistry/avogadro: Add pcc* to the texrel patch consumer (Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916) --- sci-chemistry/avogadro/ChangeLog | 6 +++++- sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/avogadro/ChangeLog b/sci-chemistry/avogadro/ChangeLog index ba1a04e1e9ca..0a5fbe83c978 100644 --- a/sci-chemistry/avogadro/ChangeLog +++ b/sci-chemistry/avogadro/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/avogadro # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/avogadro/ChangeLog,v 1.43 2013/02/13 18:35:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/avogadro/ChangeLog,v 1.44 2013/02/13 18:48:27 jlec Exp $ + + 13 Feb 2013; Justin Lecher + files/avogadro-1.1.0-textrel.patch: + Add pcc* to the texrel patch consumer 13 Feb 2013; Justin Lecher files/avogadro-1.1.0-textrel.patch, metadata.xml: diff --git a/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch b/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch index 2a9b2e14a2a8..6d4536ef7c9b 100644 --- a/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch +++ b/sci-chemistry/avogadro/files/avogadro-1.1.0-textrel.patch @@ -11,7 +11,7 @@ index fb88316..2ddcfdf 100644 # Set -fPIC on x86_64 -if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") -+if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$") ++if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64|ppc|ppc64)$") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC" ) endif() diff --git a/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt b/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt @@ -23,7 +23,7 @@ index 0cd0c3e..9e89daf 100644 # Set -fPIC on x86_64 -if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") -+if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64)$") ++if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^(i.86|x86|x86_64|ppc|ppc64)$") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC" ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" ) endif() -- cgit v1.2.3-65-gdbad