diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 19:03:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 19:03:48 +0000 |
commit | bc0592bb8d2a9b0e708a27e51d1c2459f799a768 (patch) | |
tree | d2d8c2b2030316ac2efd206d753ea0dccfa9abd6 /main/dev86/dev86-noelks.patch | |
parent | d3f3bd4f6ea37496671436ba4510c701a5c5989f (diff) | |
download | aports-bc0592bb8d2a9b0e708a27e51d1c2459f799a768.tar.bz2 aports-bc0592bb8d2a9b0e708a27e51d1c2459f799a768.tar.xz |
main/dev86: moved from testing
Diffstat (limited to 'main/dev86/dev86-noelks.patch')
-rw-r--r-- | main/dev86/dev86-noelks.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/dev86/dev86-noelks.patch b/main/dev86/dev86-noelks.patch new file mode 100644 index 0000000000..9fd46e9577 --- /dev/null +++ b/main/dev86/dev86-noelks.patch @@ -0,0 +1,15 @@ +--- 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 + |