mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
Newport: net/yate Yate is a telephony engine aimed at creating a telephony server that performs well enough to deal with PBX requirements and also flexible enough for complex Gateway and IVR solutions. WWW: http://YATE.null.ro/ PR: ports/114814 Submitted by: Balwinder S Dheeman <bdheeman@hotmail.com>
12 lines
322 B
Text
12 lines
322 B
Text
diff -Naur modules/zapchan.cpp.orig modules/zapchan.cpp
|
|
--- modules/zapchan.cpp.orig 2007-07-23 21:14:01.000000000 +0000
|
|
+++ modules/zapchan.cpp 2007-08-12 17:26:03.000000000 +0000
|
|
@@ -33,7 +33,7 @@
|
|
#define __LINUX__
|
|
#include <zaptel/zaptel.h>
|
|
#else
|
|
-#include <linux/zaptel.h>
|
|
+#include <zaptel/zaptel.h>
|
|
#endif
|
|
};
|
|
|