diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-09-02 17:40:23 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-09-02 17:40:23 +0000 |
commit | 00911aa79c384f2dd3230df898656026d2229643 (patch) | |
tree | 1b1707f1bd28116b2532835df62e296ec5a4388e /net/opal | |
parent | I do not have enough time to maintain this port properly. lev@ (diff) |
Add patch to make openh323 compile again.
Notes
Notes:
svn path=/head/; revision=88368
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/files/patch-ixjlid | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/opal/files/patch-ixjlid b/net/opal/files/patch-ixjlid new file mode 100644 index 000000000000..faec5f30ea6b --- /dev/null +++ b/net/opal/files/patch-ixjlid @@ -0,0 +1,21 @@ +*** include/ixjlid.h.orig Tue Sep 2 17:32:20 2003 +--- include/ixjlid.h Tue Sep 2 17:32:37 2003 +*************** +*** 253,260 **** + #include <linux/ixjuser.h> + #endif + #ifdef P_FREEBSD +! #include <sys/telephony.h> +! #include <sys/ixjuser.h> + #endif + #endif + +--- 253,260 ---- + #include <linux/ixjuser.h> + #endif + #ifdef P_FREEBSD +! #include "sys/telephony.h" +! #include "sys/ixjuser.h" + #endif + #endif + |