packages: remove some unneeded patch files with changed package.mk

This commit is contained in:
Peter Vicman 2019-04-12 18:51:26 +02:00
parent 977b2aa140
commit ac7e45aa09
6 changed files with 7 additions and 42 deletions

View File

@ -15,3 +15,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--disable-examples \
--with-sysroot=$SYSROOT_PREFIX"
pre_configure_target() {
cd ..
rm -rf .$TARGET_NAME
}

View File

@ -1,12 +0,0 @@
diff -Naur a/tests/Makefile.am b/tests/Makefile.am
--- a/tests/Makefile.am 2014-03-04 03:04:17.000000000 +0100
+++ b/tests/Makefile.am 2016-01-22 21:22:38.742833399 +0100
@@ -3,7 +3,7 @@
libconfig_tests_SOURCES = tests.c
-libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I../lib
+libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib
libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \
-L$(top_builddir)/lib/.libs -lconfig

View File

@ -12,7 +12,7 @@ PKG_LONGDESC="A client for the Logitech Media Server."
pre_make_target() {
export OPTS="-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL"
export LIBS="-lvorbis -logg"
export LDFLAGS="$LDFLAGS -lFLAC -lvorbisfile -lvorbis -logg"
}
makeinstall_target() {

View File

@ -1,11 +0,0 @@
--- a/Makefile 2018-05-07 14:06:07.000000000 +0200
+++ b/Makefile 2018-10-25 19:08:15.000000000 +0200
@@ -103,7 +103,7 @@
all: $(EXECUTABLE)
$(EXECUTABLE): $(OBJECTS)
- $(CC) $(OBJECTS) $(LDFLAGS) $(LDADD) -o $@
+ $(CC) $(OBJECTS) $(LDFLAGS) $(LDADD) $(LIBS) -o $@
$(OBJECTS): $(DEPS)

View File

@ -13,6 +13,7 @@ PKG_LONGDESC="FluidSynth renders midi music files as raw audio data, for playing
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=0 \
-DLIB_SUFFIX= \
-Denable-readline=0 \
-Denable-pulseaudio=0 \
-Denable-libsndfile=0"

View File

@ -1,18 +0,0 @@
--- fluidsynth-1.1.6/CMakeLists.txt.orig 2015-04-06 13:12:55.151874342 +0200
+++ fluidsynth-1.1.6/CMakeLists.txt 2015-04-06 13:14:32.931876573 +0200
@@ -85,11 +85,11 @@
endif ( ${CMAKE_SYSTEM} MATCHES "OS2" )
# Initialize the library directory name suffix.
-if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
- set ( _init_lib_suffix "64" )
-else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
+#if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
+# set ( _init_lib_suffix "64" )
+#else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
set ( _init_lib_suffix "" )
-endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
+#endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
set ( LIB_SUFFIX ${_init_lib_suffix} CACHE STRING
"library directory name suffix (32/64/nothing)" )
mark_as_advanced ( LIB_SUFFIX )