xbase: fix build with new gcc via a Gentoo patch
This commit is contained in:
parent
cf9a57daf3
commit
7ff9622310
@ -9,7 +9,13 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
prePatch = "find . -type f -not -name configure -print0 | xargs -0 chmod -x";
|
prePatch = "find . -type f -not -name configure -print0 | xargs -0 chmod -x";
|
||||||
patches = [ ./xbase-fixes.patch ];
|
patches = [
|
||||||
|
./xbase-fixes.patch
|
||||||
|
(fetchurl {
|
||||||
|
url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/xbase/files/xbase-3.1.2-gcc47.patch?revision=1.1";
|
||||||
|
sha256 = "1kpcrkkcqdwl609yd0qxlvp743icz3vni13993sz6fkgn5lah8yl";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://linux.techass.com/projects/xdb/;
|
homepage = http://linux.techass.com/projects/xdb/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user