mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
addons: drop patches no longer needed
This commit is contained in:
parent
0b6b07bd5f
commit
dbf3b6c51b
@ -1,16 +0,0 @@
|
||||
diff -Naur flac-1.3.1/configure.ac flac-1.3.1.patch/configure.ac
|
||||
--- flac-1.3.1/configure.ac 2014-11-27 03:45:33.000000000 +0100
|
||||
+++ flac-1.3.1.patch/configure.ac 2015-01-24 20:19:19.119178172 +0100
|
||||
@@ -348,11 +348,10 @@
|
||||
|
||||
if test "x$debug" = xtrue; then
|
||||
CPPFLAGS="-DDEBUG $CPPFLAGS"
|
||||
- CFLAGS=$(echo "$CFLAGS" | sed 's/-g//')
|
||||
CFLAGS="-g $CFLAGS"
|
||||
else
|
||||
CPPFLAGS="-DNDEBUG $CPPFLAGS"
|
||||
- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//;s/-g//')
|
||||
+ CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
|
||||
CFLAGS="-O3 -funroll-loops $CFLAGS"
|
||||
fi
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt screensavers.rsxs-3241d29/CMakeLists.txt
|
||||
--- screensavers.rsxs-3241d29.orig/CMakeLists.txt 2015-10-20 00:21:24.000000000 -0700
|
||||
+++ screensavers.rsxs-3241d29/CMakeLists.txt 2015-10-22 23:34:37.522226204 -0700
|
||||
@@ -52,6 +52,7 @@
|
||||
endif()
|
||||
externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir}
|
||||
CONFIGURE_COMMAND ${configure_start}
|
||||
+ ac_cv_type__Bool=yes
|
||||
--prefix=<INSTALL_DIR>
|
||||
--without-xscreensaver
|
||||
--disable-cyclone
|
Loading…
x
Reference in New Issue
Block a user