public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] RFC: games.eclass patch: set --datarootdir=/usr/share
@ 2014-01-08 14:03 hasufell
  0 siblings, 0 replies; only message in thread
From: hasufell @ 2014-01-08 14:03 UTC (permalink / raw
  To: gentoo-dev

[-- 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 \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-08 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 14:03 [gentoo-dev] RFC: games.eclass patch: set --datarootdir=/usr/share hasufell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox