git: e5306aa6290c - main - sysutils/fcode-utils: remove leftover patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Aug 2022 07:48:51 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5306aa6290cfb7795732a8c98cce0cce38f86e2
commit e5306aa6290cfb7795732a8c98cce0cce38f86e2
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-08-25 07:34:40 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-08-25 07:34:40 +0000
sysutils/fcode-utils: remove leftover patch
---
sysutils/fcode-utils/files/patch-shared_types.h | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/sysutils/fcode-utils/files/patch-shared_types.h b/sysutils/fcode-utils/files/patch-shared_types.h
deleted file mode 100644
index e29fda159a0f..000000000000
--- a/sysutils/fcode-utils/files/patch-shared_types.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- shared/types.h.orig 2008-07-11 23:21:43 UTC
-+++ shared/types.h
-@@ -39,7 +39,7 @@
- *
- **************************************************************************** */
-
--#if defined(__ppc__) && defined(__APPLE__)
-+#if defined(__ppc__) && defined(__APPLE__) || defined (__FreeBSD__)
- #include <sys/types.h>
-
- typedef int8_t s8;