We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08c799 commit ca4abc6Copy full SHA for ca4abc6
libs/libvorbis/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
7
8
PKG_NAME:=libvorbis
9
PKG_VERSION:=1.3.7
10
-PKG_RELEASE:=2
+PKG_RELEASE:=3
11
12
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
13
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/
libs/libvorbis/patches/001-cmake-version.patch
@@ -0,0 +1,8 @@
1
+--- a/CMakeLists.txt
2
++++ b/CMakeLists.txt
3
+@@ -1,4 +1,4 @@
4
+-cmake_minimum_required(VERSION 2.8.12)
5
++cmake_minimum_required(VERSION 3.10)
6
+ project(vorbis)
+
+ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
0 commit comments