diff options
author | roger <roger@FreeBSD.org> | 2003-09-02 17:40:23 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2003-09-02 17:40:23 +0000 |
commit | df1cb88b380ca93e4bbcbe96d48e5516cd4f61d5 (patch) | |
tree | 9ecc6dbb01db381dc4b58ebf4917b1dc0fa5b6ab /net/openh323 | |
parent | 4eee3dd93d49b271df1195e000bcfecfa83edf75 (diff) | |
download | FreeBSD-ports-df1cb88b380ca93e4bbcbe96d48e5516cd4f61d5.zip FreeBSD-ports-df1cb88b380ca93e4bbcbe96d48e5516cd4f61d5.tar.gz |
Add patch to make openh323 compile again.
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/files/patch-ixjlid | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/openh323/files/patch-ixjlid b/net/openh323/files/patch-ixjlid new file mode 100644 index 0000000..faec5f3 --- /dev/null +++ b/net/openh323/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 + |