app-misc/ollama: Removed obsolete patch which was halting package compilation

Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
Ivan Lloro
2025-03-08 11:20:45 +00:00
parent 0b7bbf5e32
commit 76b354dcd7
2 changed files with 0 additions and 25 deletions

View File

@@ -1,21 +0,0 @@
From 7aa9bca5dfd47bd2c88726d53c07107f9a5daccf Mon Sep 17 00:00:00 2001
From: Paul Zander <negril.nx@gmail.com>
Date: Fri, 31 Jan 2025 22:54:29 +0100
Subject: [PATCH] include cstdint
Signed-off-by: Paul Zander <negril.nx@gmail.com>
diff --git a/llama/llama.cpp/src/llama-mmap.h b/llama/llama.cpp/src/llama-mmap.h
index 6bcddee8..8a63b8fd 100644
--- a/llama/llama.cpp/src/llama-mmap.h
+++ b/llama/llama.cpp/src/llama-mmap.h
@@ -1,5 +1,6 @@
#pragma once
+#include <cstdint>
#include <memory>
#include <vector>
--
2.48.1

View File

@@ -66,10 +66,6 @@ RDEPEND="
acct-user/${PN}
"
PATCHES=(
"${FILESDIR}/${PN}-9999-include-cstdint.patch"
)
src_unpack() {
if [[ "${PV}" == *9999* ]]; then
git-r3_src_unpack