diff options
author | kris <kris@FreeBSD.org> | 2002-09-05 03:47:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-05 03:47:35 +0000 |
commit | 7b83de2800b597625b03019097aa9c41c62aca5d (patch) | |
tree | 3f0509365dec3bc81762fb819227769905e86c5a /comms/tits | |
parent | d1e8c0af73a665087cd201de65a750df3ec5bd63 (diff) | |
download | FreeBSD-ports-7b83de2800b597625b03019097aa9c41c62aca5d.zip FreeBSD-ports-7b83de2800b597625b03019097aa9c41c62aca5d.tar.gz |
Fix build on -current by removing an obsoleted patch and setting NO_WERROR
Diffstat (limited to 'comms/tits')
-rw-r--r-- | comms/tits/files/patch-Makefile | 12 | ||||
-rw-r--r-- | comms/tits/files/patch-dispatcher.h | 14 |
2 files changed, 6 insertions, 20 deletions
diff --git a/comms/tits/files/patch-Makefile b/comms/tits/files/patch-Makefile index 9a6d57d..18db9a5 100644 --- a/comms/tits/files/patch-Makefile +++ b/comms/tits/files/patch-Makefile @@ -1,10 +1,10 @@ - -$FreeBSD$ - ---- Makefile.orig Tue Feb 20 22:27:21 2001 -+++ Makefile Wed Apr 18 18:29:23 2001 -@@ -32,12 +32,12 @@ +--- Makefile.orig Tue Feb 20 12:27:21 2001 ++++ Makefile Wed Sep 4 20:46:58 2002 +@@ -30,14 +30,15 @@ + # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + WARNS= 2 ++NO_WERROR=1 PROG= tits -MAN= tits.8 diff --git a/comms/tits/files/patch-dispatcher.h b/comms/tits/files/patch-dispatcher.h deleted file mode 100644 index cbf7fc0..0000000 --- a/comms/tits/files/patch-dispatcher.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- dispatcher.h 2001/04/18 14:50:37 1.1 -+++ dispatcher.h 2001/04/18 14:51:57 -@@ -43,4 +43,8 @@ - extern void dispatcher_del_client(struct client_ctx *); - extern int dispatcher_mainloop(void); - -+#ifdef __FreeBSD__ -+typedef unsigned int nfds_t; -+#endif -+ - #endif /* __dispatcher_h */ |