Stole a patch from the cross-lfs project in order to compile dev86 on x86-64 linux
svn path=/nixpkgs/trunk/; revision=15056
This commit is contained in:
parent
6917fa229d
commit
96010823a7
@ -7,6 +7,8 @@ stdenv.mkDerivation {
|
||||
md5 = "e7bbfdbe61c2fb964994a087e29b0087";
|
||||
};
|
||||
|
||||
patches = [ ./dev86-0.16.17-noelks-1.patch ];
|
||||
|
||||
preBuild = "
|
||||
makeFlags=\"PREFIX=$out\"
|
||||
";
|
||||
|
@ -0,0 +1,22 @@
|
||||
Submitted By: Andrew "Weibullguy" Rowland <darowland_at_ieee_dot_org>
|
||||
Date: 2007-10-23
|
||||
Initial Package Version: 0.16.17
|
||||
Origin: Fedora Project
|
||||
Description: Suppresses elksemu
|
||||
Upstream Status: Unknown
|
||||
|
||||
--- dev86-0.16.17/makefile.in.noelks 2006-01-25 17:03:02.000000000 -0500
|
||||
+++ dev86-0.16.17/makefile.in 2006-01-25 17:03:19.000000000 -0500
|
||||
@@ -89,10 +89,10 @@
|
||||
|
||||
#ifdef GNUMAKE
|
||||
all: check_config bcc86 cpp unproto copt as86 ar86 ld86 objdump86 \
|
||||
- library lib-bsd alt-libs elksemu
|
||||
+ library lib-bsd alt-libs
|
||||
|
||||
install: check_config install-bcc install-man \
|
||||
- install-lib install-emu
|
||||
+ install-lib
|
||||
|
||||
install-all: install install-other
|
||||
|
Loading…
Reference in New Issue
Block a user