diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-04 21:44:05 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-04 23:08:01 +0200 |
commit | f0d61c1c0cdd48cf30eb0c55887bbb3a330f762b (patch) | |
tree | f3048d9c4451aac67d4d2d62f4d725b7507863d3 /audio/freealut/files/patch-src_alutUtil.c | |
parent | graphics/proj: Update compiler requirements (diff) |
audio/freealut: Switch to fork
Switching to this fork removes various patches and hacks we currently
have and is used several distros such as Alpine and Arch Linux.
Add a deprecation notice as its no longer maintained upstream
PR: 285912
Approved by: maintainer timeout, 4+ weeks
Diffstat (limited to 'audio/freealut/files/patch-src_alutUtil.c')
-rw-r--r-- | audio/freealut/files/patch-src_alutUtil.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/freealut/files/patch-src_alutUtil.c b/audio/freealut/files/patch-src_alutUtil.c deleted file mode 100644 index 26b4edd94037..000000000000 --- a/audio/freealut/files/patch-src_alutUtil.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/alutUtil.c.orig 2006-05-08 09:28:07 UTC -+++ src/alutUtil.c -@@ -2,6 +2,7 @@ - - #if HAVE_NANOSLEEP && HAVE_TIME_H - #include <time.h> -+#include <sys/time.h> - #include <errno.h> - #elif HAVE_USLEEP && HAVE_UNISTD_H - #include <unistd.h> |