Fix xine-ui build - curl dropped curl/types.h

svn path=/nixpkgs/trunk/; revision=30318
This commit is contained in:
Michael Raskin 2011-11-08 11:18:24 +00:00
parent 753ef6a635
commit 6947317d3c

View File

@ -14,6 +14,10 @@ stdenv.mkDerivation {
xlibs.libXinerama xlibs.libXi
];
preBuild = ''
sed -e '/curl.types.h/d' -i *.c *.h */*.c */*.h */*/*.c */*/*.h
'';
configureFlags = "--with-readline=${readline}";
NIX_LDFLAGS = "-lXext -lgcc_s";