summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-30 11:09:27 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-30 11:09:27 +0000
commit35d874a5aaf9fd8da6c011afad6a532ea2d0bea8 (patch)
tree7cfeb27d79f0e1cf57be1a39331f2a7338031949 /sys-fs
parentkeepdir fix #39826 (diff)
downloadgentoo-2-35d874a5aaf9fd8da6c011afad6a532ea2d0bea8.tar.gz
gentoo-2-35d874a5aaf9fd8da6c011afad6a532ea2d0bea8.tar.bz2
gentoo-2-35d874a5aaf9fd8da6c011afad6a532ea2d0bea8.zip
include missing header #39792
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog6
-rw-r--r--sys-fs/udev/files/udev-015-sysbus-missing-include.patch10
-rw-r--r--sys-fs/udev/udev-015.ebuild5
3 files changed, 19 insertions, 2 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index a16b568b7024..d7a89140ecdb 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.22 2004/01/30 04:46:09 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.23 2004/01/30 11:09:27 vapier Exp $
+
+ 30 Jan 2004; Mike Frysinger <vapier@gentoo.org>
+ udev-015-sysbus-missing-include.patch :
+ Add patch to include missing header file #39792 by Simon Watson.
30 Jan 2004; Martin Schlemmer <azarah@gentoo.org>
files/udev-015-logging-config-option.patch:
diff --git a/sys-fs/udev/files/udev-015-sysbus-missing-include.patch b/sys-fs/udev/files/udev-015-sysbus-missing-include.patch
new file mode 100644
index 000000000000..ec87353348b6
--- /dev/null
+++ b/sys-fs/udev/files/udev-015-sysbus-missing-include.patch
@@ -0,0 +1,10 @@
+--- udev-015/udev_dbus.c~ 2004-01-30 11:05:24.985407312 +0900
++++ udev-015/udev_dbus.c 2004-01-30 11:05:05.443378152 +0900
+@@ -12,6 +12,7 @@
+ #include "udev.h"
+ #include "udev_version.h"
+ #include "udev_dbus.h"
++#include "logging.h"
+
+
+ /** variable for the connection the to system message bus or #NULL
diff --git a/sys-fs/udev/udev-015.ebuild b/sys-fs/udev/udev-015.ebuild
index 5b877874fec1..e50675b9919c 100644
--- a/sys-fs/udev/udev-015.ebuild
+++ b/sys-fs/udev/udev-015.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-015.ebuild,v 1.1 2004/01/29 18:39:19 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-015.ebuild,v 1.2 2004/01/30 11:09:27 vapier Exp $
# Note: Cannot use external libsysfs with klibc ..
USE_KLIBC="no"
@@ -68,6 +68,9 @@ src_unpack() {
# Make logging a udev.conf option
epatch ${FILESDIR}/${P}-logging-config-option.patch
+
+ # Fix compilation #39792
+ epatch ${FILESDIR}/${P}-sysbus-missing-include.patch
}
src_compile() {