diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-07-16 13:02:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-07-16 13:02:53 +0000 |
commit | ed833ce237916d9fed20ca7f54c6f8a20c486682 (patch) | |
tree | 7c72564032512ccd48a4b5a8103cd0fd0a8ca9cd /sci-libs | |
parent | version bump (diff) | |
download | gentoo-2-ed833ce237916d9fed20ca7f54c6f8a20c486682.tar.gz gentoo-2-ed833ce237916d9fed20ca7f54c6f8a20c486682.tar.bz2 gentoo-2-ed833ce237916d9fed20ca7f54c6f8a20c486682.zip |
Correct pc file because include/ssm was missing in Cflags
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ssm/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ssm/files/ssm-1.1-pc.patch | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sci-libs/ssm/ChangeLog b/sci-libs/ssm/ChangeLog index e6f7339f4789..c373cd1f0aa3 100644 --- a/sci-libs/ssm/ChangeLog +++ b/sci-libs/ssm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ssm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ssm/ChangeLog,v 1.1 2011/07/16 11:57:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ssm/ChangeLog,v 1.2 2011/07/16 13:02:53 jlec Exp $ + + 16 Jul 2011; Justin Lecher <jlec@gentoo.org> files/ssm-1.1-pc.patch: + Correct pc file because include/ssm was missing in Cflags *ssm-1.1 (16 Jul 2011) diff --git a/sci-libs/ssm/files/ssm-1.1-pc.patch b/sci-libs/ssm/files/ssm-1.1-pc.patch index 2f45dbc85678..c018bc029eb9 100644 --- a/sci-libs/ssm/files/ssm-1.1-pc.patch +++ b/sci-libs/ssm/files/ssm-1.1-pc.patch @@ -1,5 +1,10 @@ ---- ssm.pc.in_orig 2007-09-03 13:58:16.000000000 -0700 -+++ ssm.pc.in 2008-02-27 16:19:48.000000000 -0800 + ssm.pc.in | 8 ++++---- + 1 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/ssm.pc.in b/ssm.pc.in +index c5f8a6a..a6ac635 100644 +--- a/ssm.pc.in ++++ b/ssm.pc.in @@ -1,7 +1,7 @@ -prefix=@SSM_PREFIX@ -exec_prefix=@SSM_PREFIX@ @@ -8,7 +13,7 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ -+includedir=@includedir@ ++includedir=@includedir@/ssm Name: ssm Description: Macromolecular superposition library |