summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-04-29 10:27:49 +0000
committerJustin Lecher <jlec@gentoo.org>2013-04-29 10:27:49 +0000
commit8901526261b9396d0b2efdedb1b2a11ae71e9afd (patch)
tree8910f3da567b626e57868340987ea7b0129bf535 /dev-python/reportlab/files
parentsci-biology/mafft: Fix USE=threads make flag magic (diff)
downloadgentoo-2-8901526261b9396d0b2efdedb1b2a11ae71e9afd.tar.gz
gentoo-2-8901526261b9396d0b2efdedb1b2a11ae71e9afd.tar.bz2
gentoo-2-8901526261b9396d0b2efdedb1b2a11ae71e9afd.zip
dev-python/reportlab: Fix detection of libart header on prefix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/reportlab/files')
-rw-r--r--dev-python/reportlab/files/reportlab-2.4-external_libart_lgpl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/reportlab/files/reportlab-2.4-external_libart_lgpl.patch b/dev-python/reportlab/files/reportlab-2.4-external_libart_lgpl.patch
index 4b140d20c912..3d0920a32aa2 100644
--- a/dev-python/reportlab/files/reportlab-2.4-external_libart_lgpl.patch
+++ b/dev-python/reportlab/files/reportlab-2.4-external_libart_lgpl.patch
@@ -5,7 +5,7 @@
infoline( '#Attempting install of _renderPM')
infoline( '#extensions from %r'%RENDERPM)
- LIBART_DIR=pjoin(RENDERPM,'libart_lgpl')
-+ LIBART_DIR='/usr/include/libart-2.0'
++ LIBART_DIR='@GENTOO_PORTAGE_EPREFIX@/usr/include/libart-2.0'
+ LIBART_LIB=['art_lgpl_2']
GT1_DIR=pjoin(RENDERPM,'gt1')
MACROS=[('ROBIN_DEBUG',None)]