Commit 6be7d870 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/libogg: added support for iOS by disabling make check

parent e837caa7
diff -ru libogg/src/Makefile.am libogg/src/Makefile.am
--- libogg/src/Makefile.am 2011-08-04 19:07:42.000000000 +0200
+++ libogg-f/src/Makefile.am 2012-03-21 13:05:23.000000000 +0100
@@ -9,7 +9,7 @@
# build and run the self tests on 'make check'
-noinst_PROGRAMS = test_bitwise test_framing
+noinst_PROGRAMS =
test_bitwise_SOURCES = bitwise.c
test_bitwise_CFLAGS = -D_V_SELFTEST
......@@ -22,11 +22,12 @@ libogg: libogg-$(OGG_VERSION).tar.xz .sum-ogg
ifdef HAVE_WINCE
$(APPLY) $(SRC)/ogg/libogg-wince.patch
endif
$(APPLY) $(SRC)/ogg/libogg-disable-check.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
.ogg: libogg
#$(RECONF)
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment