pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sdl12-compat: removed patches



Module Name:	pkgsrc-wip
Committed By:	Manuel Kuklinski <mk%asdfghasdfgh.de@localhost>
Pushed By:	mk
Date:		Fri Nov 3 08:38:23 2023 +0100
Changeset:	bef4252834fd244558305e538f12443737807be1

Modified Files:
	sdl12-compat/distinfo
Removed Files:
	sdl12-compat/patches/patch-include_SDL_SDL__config.h

Log Message:
sdl12-compat: removed patches

Patches were included from upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bef4252834fd244558305e538f12443737807be1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sdl12-compat/distinfo                              |  2 --
 .../patches/patch-include_SDL_SDL__config.h        | 25 ----------------------
 2 files changed, 27 deletions(-)

diffs:
diff --git a/sdl12-compat/distinfo b/sdl12-compat/distinfo
index 300a2089d4..d6016cb68b 100644
--- a/sdl12-compat/distinfo
+++ b/sdl12-compat/distinfo
@@ -3,5 +3,3 @@ $NetBSD: distinfo,v 1.1 2022/04/01 10:43:05 nia Exp $
 BLAKE2s (sdl12-compat-1.2.68.tar.gz) = 793a906f7234217b43da61953d50ff9756d97bb9dcf97218ca158b18d47dc152
 SHA512 (sdl12-compat-1.2.68.tar.gz) = d0e71e75f312402bf075f6553d9fd6493a3db9dd42719bb753287a35e6c40ee37c6092b157ff2384f3055400a3113645595d1269590cd50ea1e0c8f247240858
 Size (sdl12-compat-1.2.68.tar.gz) = 460180 bytes
-SHA1 (patch-CMakeLists.txt) = ed592630dfc4d2adacdfd8fd9fcfd88ce78e1c24
-SHA1 (patch-include_SDL_SDL__config.h) = 96eb020bb246e111d4240f94f68a1f5e49222070
diff --git a/sdl12-compat/patches/patch-include_SDL_SDL__config.h b/sdl12-compat/patches/patch-include_SDL_SDL__config.h
deleted file mode 100644
index 0d925214f7..0000000000
--- a/sdl12-compat/patches/patch-include_SDL_SDL__config.h
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-include_SDL_SDL__config.h,v 1.1 2022/04/01 10:43:05 nia Exp $
-
-Not every Unix system has alloca.h.
-
---- include/SDL/SDL_config.h.orig	2022-03-03 14:56:56.000000000 +0000
-+++ include/SDL/SDL_config.h
-@@ -59,7 +59,6 @@ has these C runtime functions available.
- stage, though. Send patches if your platform lacks something. */
- #ifndef _WIN32
- #define HAVE_LIBC 1
--#define HAVE_ALLOCA_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_STDIO_H 1
- #define STDC_HEADERS 1
-@@ -72,6 +71,10 @@ stage, though. Send patches if your plat
- #define HAVE_MATH_H 1
- #endif
- 
-+#if defined(__linux__) || defined(__sun)
-+#define HAVE_ALLOCA_H 1
-+#endif
-+
- #if defined(__unix__) || defined(__APPLE__)
- #define HAVE_ICONV_H 1
- #define HAVE_SIGNAL_H 1


Home | Main Index | Thread Index | Old Index