From 1864aa5ee2e6424d12b71c9ce5e165dfdd4bf32b Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 2 Oct 2020 20:19:37 +0000 Subject: Remove expired ports: 2020-09-30 audio/zinf: Does not build, no upstream 2020-10-01 emulators/qemu-sbruno: Port will be removed in favor of emulators/qemu --- audio/zinf/files/patch-base_include_swab.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 audio/zinf/files/patch-base_include_swab.h (limited to 'audio/zinf/files/patch-base_include_swab.h') diff --git a/audio/zinf/files/patch-base_include_swab.h b/audio/zinf/files/patch-base_include_swab.h deleted file mode 100644 index 1654a3cc6def..000000000000 --- a/audio/zinf/files/patch-base_include_swab.h +++ /dev/null @@ -1,13 +0,0 @@ ---- base/include/swab.h.orig 2003-09-16 17:34:53 UTC -+++ base/include/swab.h -@@ -1,7 +1,10 @@ - #if !defined(_ZINF_SWAB_H) - #define _ZINF_SWAB_H - -+#include -+#if HAVE_STDINT_H - #include -+#endif - - #define SWAB16(a) ( (((uint16_t)(a) << 8) & 0xFF00) | (((uint16_t)(a) >> 8) & 0x00FF) ) - #define SWAB32(a) ( (SWAB16(((a) >> 16) & 0xFFFF) << 0) | (SWAB16((a) & 0xFFFF) << 16) ) -- cgit v1.2.3