summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-26 11:53:27 -0600
committerMark Wagie2023-05-26 11:53:27 -0600
commit282279de68314b1d307811a97b2e94d2753d9642 (patch)
tree816b7dbfb3b2101ff4511bca53318dc23ec11a87
parent6ebc2b1cca9005f1301e2856f462ac903f80a356 (diff)
downloadaur-282279de68314b1d307811a97b2e94d2753d9642.tar.gz
actually remove patch
-rw-r--r--.gitignore1
-rw-r--r--gcc13.patch11
2 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 0b643771605d..4b4ed6a50960 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,3 @@
!PKGBUILD
!.SRCINFO
!jamesdsp.desktop
-!gcc13.patch
diff --git a/gcc13.patch b/gcc13.patch
deleted file mode 100644
index 42e4d3eb003f..000000000000
--- a/gcc13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --unified --recursive --text a/src/audio/base/IOutputDevice.h b/src/audio/base/IOutputDevice.h
---- a/src/audio/base/IOutputDevice.h 2023-05-06 14:33:55.907883751 -0600
-+++ b/src/audio/base/IOutputDevice.h 2023-05-06 14:34:50.157103187 -0600
-@@ -1,6 +1,7 @@
- #ifndef IOUTPUTDEVICE_H
- #define IOUTPUTDEVICE_H
-
-+#include <stdint.h>
- #include <string>
-
- class IOutputDevice