summaryrefslogtreecommitdiff
path: root/net/yate-devel/files/patch-modules_zapchan_cpp
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-02-17 21:35:26 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-02-17 21:35:26 +0000
commitc4d1587e53d2644f09cbdd30c509410464936dd0 (patch)
tree8a0edef0f0d818ede229836515b05fee896c038d /net/yate-devel/files/patch-modules_zapchan_cpp
parentFix missing return value in lib/quota/quotaio.c. (diff)
remove yate-devel
The yate-devel port was BROKEN for > 12 months, and the version is 4.5 years old. We have the current version in net/yate. Approved by: maintainer (10 months ago)
Notes
Notes: svn path=/head/; revision=291637
Diffstat (limited to 'net/yate-devel/files/patch-modules_zapchan_cpp')
-rw-r--r--net/yate-devel/files/patch-modules_zapchan_cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/yate-devel/files/patch-modules_zapchan_cpp b/net/yate-devel/files/patch-modules_zapchan_cpp
deleted file mode 100644
index b53069802dfa..000000000000
--- a/net/yate-devel/files/patch-modules_zapchan_cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-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
- };
-