Skip to content
Snippets Groups Projects
Commit f942eac0 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

contrib: lame: Avoid the dependency on gettext

Modify configure.in before reconfiguring, to avoid requiring the
dependency on gettext.
parent a5424dbf
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,6 @@
LAME_VERSION := 3.99.5
LAME_URL := $(SF)/lame/lame-$(LAME_VERSION).tar.gz
# gettext is necessary for $(RECONF) of lame
DEPS_lame = gettext
$(TARBALLS)/lame-$(LAME_VERSION).tar.gz:
$(call download_pkg,$(LAME_URL),lame)
......@@ -16,6 +13,9 @@ lame: lame-$(LAME_VERSION).tar.gz .sum-lame
$(APPLY) $(SRC)/lame/lame-forceinline.patch
$(APPLY) $(SRC)/lame/sse.patch
$(APPLY) $(SRC)/lame/lame-outdated-autotools.patch
# Avoid relying on iconv.m4 from gettext, when reconfiguring.
# This is only used by the frontend which we disable.
cd $(UNPACK_DIR) && sed -i.orig 's/^AM_ICONV/#&/' configure.in
$(UPDATE_AUTOCONFIG)
$(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment