From df38c8e81f541a9dd859c0f5e37e27458d9d77f6 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 20 Apr 2011 18:04:41 +0000 Subject: [PATCH] more spring cleaning; these aren't needed anymore since we don't need the NULL casts patches anymore. --- .../patches/patch-lib_ext_wocky_tests_Makefile_in | 15 --------------- .../patches/patch-lib_ext_wocky_wocky_Makefile_in | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_tests_Makefile_in delete mode 100644 net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_wocky_Makefile_in diff --git a/net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_tests_Makefile_in b/net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_tests_Makefile_in deleted file mode 100644 index b3149c4bc0d..00000000000 --- a/net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_tests_Makefile_in +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-lib_ext_wocky_tests_Makefile_in,v 1.3 2011/01/17 00:15:56 jasper Exp $ - -Don't enable all the warnings, prevents dozens of patches for NULL -> (void *)0. - ---- lib/ext/wocky/tests/Makefile.in.orig Fri Oct 29 13:11:14 2010 -+++ lib/ext/wocky/tests/Makefile.in Mon Jan 17 00:32:11 2011 -@@ -303,7 +303,7 @@ ECHO_N = @ECHO_N@ - ECHO_T = @ECHO_T@ - EGREP = @EGREP@ - ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@ --ERROR_CFLAGS = @ERROR_CFLAGS@ -+ERROR_CFLAGS = - EXEEXT = @EXEEXT@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@ diff --git a/net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_wocky_Makefile_in b/net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_wocky_Makefile_in deleted file mode 100644 index 406d017ab7c..00000000000 --- a/net/telepathy/telepathy-gabble/patches/patch-lib_ext_wocky_wocky_Makefile_in +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-lib_ext_wocky_wocky_Makefile_in,v 1.2 2011/01/17 00:15:56 jasper Exp $ - -Don't enable all the warnings, prevents dozens of patches for NULL -> (void *)0. - ---- lib/ext/wocky/wocky/Makefile.in.orig Fri Oct 29 13:11:14 2010 -+++ lib/ext/wocky/wocky/Makefile.in Mon Jan 17 00:32:11 2011 -@@ -243,7 +243,7 @@ ECHO_N = @ECHO_N@ - ECHO_T = @ECHO_T@ - EGREP = @EGREP@ - ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@ --ERROR_CFLAGS = @ERROR_CFLAGS@ -+ERROR_CFLAGS = - EXEEXT = @EXEEXT@ - FFLAGS = @FFLAGS@ - FGREP = @FGREP@