Browse Source

Merge pull request #7766 from neheb/patch-9

libaudiofile: Allow compilation with uclibc++
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
ac0ef1f043
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      libs/libaudiofile/Makefile

+ 3
- 2
libs/libaudiofile/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=audiofile PKG_NAME:=audiofile
PKG_VERSION:=0.3.6 PKG_VERSION:=0.3.6
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/0.3 PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/0.3
@ -18,6 +18,7 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
PKG_INSTALL=1 PKG_INSTALL=1
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/libaudiofile define Package/libaudiofile
@ -25,7 +26,7 @@ define Package/libaudiofile
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Audio File library TITLE:=Audio File library
URL:=http://audiofile.68k.org/ URL:=http://audiofile.68k.org/
DEPENDS:=+libflac +libstdcpp
DEPENDS:=$(CXX_DEPENDS) +libflac
endef endef
define Package/libaudiofile/description define Package/libaudiofile/description


Loading…
Cancel
Save