diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2011-07-09 16:04:03 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2011-07-09 16:04:03 +1000 |
commit | 252ac480cb1fb85f05782b273a57c8e2dcb21919 (patch) | |
tree | ddec03323a69ef7196ab117eb1b2792969fbaa18 | |
parent | 0cd6b546c0df5d633db3bd857881ac34b16ed5d8 (diff) | |
download | contrib-252ac480cb1fb85f05782b273a57c8e2dcb21919.tar.gz contrib-252ac480cb1fb85f05782b273a57c8e2dcb21919.tar.xz |
xine-ui: remove type.h which does not exist anymore in curl
-rw-r--r-- | xine-ui/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xine-ui/Pkgfile b/xine-ui/Pkgfile index 8f9f63e71..76c34b2af 100644 --- a/xine-ui/Pkgfile +++ b/xine-ui/Pkgfile @@ -6,11 +6,12 @@ name=xine-ui version=0.99.6 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/xine/$name/$version/$name-$version.tar.xz) build() { cd $name-$version + sed -i -e '31d' src/xitk/download.c ./configure \ --prefix=/usr \ |