summaryrefslogtreecommitdiffstats
path: root/src/vorbis.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-19 02:46:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-19 02:46:12 (GMT)
commit89411daf8a7635cac522ce50e8afa2f443ca46a5 (patch)
tree52b85fc1df97ef6069a3fb3e0edec123340579b6 /src/vorbis.mk
parenta3790fd4452243ff3ec41b9da8cc6fab5778c931 (diff)
downloadmxe-89411daf8a7635cac522ce50e8afa2f443ca46a5.zip
mxe-89411daf8a7635cac522ce50e8afa2f443ca46a5.tar.gz
mxe-89411daf8a7635cac522ce50e8afa2f443ca46a5.tar.bz2
enable libgomp (OpenMP) in package gcc by interweaving the pthread build into the gcc build
Diffstat (limited to 'src/vorbis.mk')
-rw-r--r--src/vorbis.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vorbis.mk b/src/vorbis.mk
index 84beffe..8756aee 100644
--- a/src/vorbis.mk
+++ b/src/vorbis.mk
@@ -27,7 +27,7 @@ $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION)
$(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.vorbis.com/
$(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc pthreads ogg
+$(PKG)_DEPS := gcc ogg
define $(PKG)_UPDATE
wget -q -O- 'http://www.xiph.org/downloads/' | \