summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-09-30 09:11:16 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-09-30 09:11:41 +0000
commitb025a480e0a931502773b7aa53834c75e1ec16e3 (patch)
tree392d762662334dbc50187e648660086629e0d6f1 /dev-python/pygame
parentdev-util/electron: drop gtk3 USE flag. (diff)
downloadgentoo-b025a480e0a931502773b7aa53834c75e1ec16e3.tar.gz
gentoo-b025a480e0a931502773b7aa53834c75e1ec16e3.tar.bz2
gentoo-b025a480e0a931502773b7aa53834c75e1ec16e3.zip
dev-python/pygame: tweak library search path for prefix
By default libraries are searched at /usr and /usr/local. For prefix we need to add offset. Build system provides LOCALBASE to override defaults. Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-python/pygame')
-rw-r--r--dev-python/pygame/pygame-1.9.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame/pygame-1.9.3.ebuild b/dev-python/pygame/pygame-1.9.3.ebuild
index cd5528c950c7..1aa3419789e2 100644
--- a/dev-python/pygame/pygame-1.9.3.ebuild
+++ b/dev-python/pygame/pygame-1.9.3.ebuild
@@ -31,7 +31,7 @@ DOCS=( WHATSNEW )
RESTRICT=test
python_configure() {
- PORTMIDI_INC_PORTTIME=1 "${EPYTHON}" config.py -auto
+ PORTMIDI_INC_PORTTIME=1 LOCALBASE="${EPREFIX}/usr" "${EPYTHON}" config.py -auto
if ! use X; then
sed -e "s:^scrap :#&:" -i Setup || die "sed failed"