From: hasufell <hasufell@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] RFC: games.eclass patch: set --datarootdir=/usr/share
Date: Wed, 08 Jan 2014 14:03:16 +0000 [thread overview]
Message-ID: <52CD5AA4.4060907@gentoo.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 624 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
bug
https://bugs.gentoo.org/show_bug.cgi?id=493954
from my own tinderbox run... nothing broke (or misplaced any files)
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCgAGBQJSzVqjAAoJEFpvPKfnPDWzW8oH/292WLthspEMyage7H05+9h4
4IwI4A0gXVOffXSw9bgV4SDp5RZ1Ofd58Wn0iCMQIMKHuYTxJoXp/mhO4pSNsAze
feiirFqem8jviRXruuU0pVBRz8REM98ImraZ6NAftkNHrL4xaY+/S/BjRf68QM9s
1pE8ljPlkirW1gjvfhqTnwBU7T8glwdA6MJO+3kaP0228AQvBj7pzwliJt1nj+n/
u+6lHT/KDgBMMoSakeeLbjJfDt6qU9Hsst9nN2LpoSePDSsEJqsZZe9UuJ1qlKGb
xRAk6hudiR6TARwFLBSg6GjrnIv4ozy2SVQjGtrDI6jM/F5hoaBs9fxiJP4HA3c=
=U1RG
-----END PGP SIGNATURE-----
[-- Attachment #2: games.eclass.patch --]
[-- Type: text/x-patch, Size: 349 bytes --]
--- eclass/games.eclass
+++ eclass/games.eclass
@@ -45,6 +45,11 @@
if grep -q -s disable-silent-rules "${ECONF_SOURCE:-.}"/configure ; then
_gamesconf="--disable-silent-rules"
fi
+ fi
+
+ # bug 493954
+ if grep -q -s datarootdir "${ECONF_SOURCE:-.}"/configure ; then
+ _gamesconf="${_gamesconf} --datarootdir=/usr/share"
fi
econf \
reply other threads:[~2014-01-08 14:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52CD5AA4.4060907@gentoo.org \
--to=hasufell@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox