1
0
forked from ports/opt

conky: fix build with newer curl versions

This commit is contained in:
Juergen Daubert 2011-08-26 18:24:44 +02:00
parent d1bbc2f471
commit 744f995505

View File

@ -5,11 +5,12 @@
name=conky
version=1.8.1
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i '/^#include <curl\/types.h>/d' src/*.c
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-lua \