sys-apps/v86d : Added patch
This commit is contained in:
parent
9ed5eab7d3
commit
84cd0def71
@ -1,2 +1,3 @@
|
||||
AUX v86d.patch 207 BLAKE2B c934a4d06b593aaf362ef62f206410ef0a544cf917c205f5eb2241dc525efc87aae618f03413ba9be276a65b99e32db547ba514431cbe48cae73118311373872 SHA512 9ca2b1697f4d1b6c6a903a260a30b525224d5614ac60fa0e5d46eb0ea2c00238444538552fdaceba92e07d30a174db6348cb5e32f9ad2a11b08562090b45f632
|
||||
DIST v86d-0.1.10.tar.gz 88520 BLAKE2B 0b382c1cb3a3fd3637c4169b806ecae504834a6c1afa46d2e23eb0a0f5ea5aa7268366f3cf7cb41532db8727ebdf1714467fd6002be4ebde56fc7216a0c24029 SHA512 148b1676d932d1207da396defeae0fc39b664139eca5f29be98ceedc33e89566f7c35057df93249303c8e2c1bff0427430a077f88a85997e62ea96c29b5db9d1
|
||||
EBUILD v86d-0.1.10.ebuild 1510 BLAKE2B 65a3a98e02e3866e3269dfd1f68b0052a3e4d6e15a75c036a1ed4d83f965fbe1a7b0f83e876c0f5b114038fb058157d603623b9f81b48c1d405abb6b0f390eb0 SHA512 4a33073693b632ffbc0d408210d34435bc01ec97b6f91d2e43c805694b42593a5c7665d658dd45af661cee06be157dde95d6ab039c01dc8cd6bc0defb4006862
|
||||
EBUILD v86d-0.1.10.ebuild 1547 BLAKE2B 9c5ed6272449e840222ff7d76644c369d832222197453917765137d59f456df4c771da6faf6368cf3a809453fd51959bda9b89afd83fca33d8f54185aea150cc SHA512 ee7b1965209dd6db396c4cb0d79c6d587402ccd0bfe6c852fbf753fd5d8a078826a5b6598114a2d1cf2c964705201c4b4ec07f8c1a487113e1c4789b24fcf04b
|
||||
|
11
sys-apps/v86d/files/v86d.patch
Normal file
11
sys-apps/v86d/files/v86d.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- v86d-0.1.10-orig/v86.h
|
||||
+++ v86d-0.1.10/v86.h
|
||||
@@ -19,6 +19,8 @@
|
||||
|
||||
struct completion;
|
||||
|
||||
+typedef struct { int counter; } atomic_t;
|
||||
+
|
||||
#include <video/uvesafb.h>
|
||||
|
||||
//#define ulog(args...) do {} while (0)
|
@ -24,6 +24,7 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}/${PN}.patch"
|
||||
if [ -z "$(grep V86D ${ROOT}/usr/$(get_libdir)/klibc/include/linux/connector.h)" ]; then
|
||||
eerror "You need to compile klibc against a kernel tree patched with uvesafb"
|
||||
eerror "prior to merging this package."
|
||||
|
Loading…
Reference in New Issue
Block a user