diff src/xine-lib.mk @ 938:795dbc19e055

detangle package pthreads from package gcc Originally, the builds of gcc and pthreads were interlaced as a work-around to get OpenMPI support. However, that never worked.
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 03 May 2010 12:12:53 +0200
parents 1f9305666d74
children 41730f4d56ea
line wrap: on
line diff
--- a/src/xine-lib.mk	Mon May 03 11:55:19 2010 +0200
+++ b/src/xine-lib.mk	Mon May 03 12:12:53 2010 +0200
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.xine-project.org/
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/xine/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc zlib libiconv libmng sdl vorbis theora speex flac freetype fontconfig
+$(PKG)_DEPS     := gcc zlib libiconv libmng sdl vorbis theora speex flac freetype fontconfig pthreads
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \