diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-03-02 17:06:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-03-02 17:06:49 +0000 |
commit | 96fde2a84eb20442f90776f989a91e511c0a3fe2 (patch) | |
tree | 70c77f0d265f3118b0820479bf1445d162691daa /net-libs/openh323/files | |
parent | x86 stable wrt bug 129395 (diff) | |
download | gentoo-2-96fde2a84eb20442f90776f989a91e511c0a3fe2.tar.gz gentoo-2-96fde2a84eb20442f90776f989a91e511c0a3fe2.tar.bz2 gentoo-2-96fde2a84eb20442f90776f989a91e511c0a3fe2.zip |
Do not include compiler.h, bug #168791
(Portage version: 2.1.2-r13)
Diffstat (limited to 'net-libs/openh323/files')
-rw-r--r-- | net-libs/openh323/files/openh323-1.18.0-compilerh.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/openh323/files/openh323-1.18.0-compilerh.patch b/net-libs/openh323/files/openh323-1.18.0-compilerh.patch new file mode 100644 index 000000000000..2327420fe8b3 --- /dev/null +++ b/net-libs/openh323/files/openh323-1.18.0-compilerh.patch @@ -0,0 +1,12 @@ +Index: openh323_v1_18_0/include/ixjlid.h +=================================================================== +--- openh323_v1_18_0.orig/include/ixjlid.h ++++ openh323_v1_18_0/include/ixjlid.h +@@ -274,7 +274,6 @@ + + #ifdef P_LINUX + #include <linux/telephony.h> +-#include <linux/compiler.h> + #include <linux/ixjuser.h> + #endif + |