From f9f56062c1f5ab27dff2358f8c069222d4f20e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 11 May 2009 22:51:54 +0000 Subject: [PATCH] Gnash: Remove pointless configure flag. svn path=/nixpkgs/trunk/; revision=15557 --- pkgs/applications/video/gnash/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/gnash/builder.sh b/pkgs/applications/video/gnash/builder.sh index 519007fa55e..c86884d58ef 100644 --- a/pkgs/applications/video/gnash/builder.sh +++ b/pkgs/applications/video/gnash/builder.sh @@ -1,5 +1,5 @@ -source "$stdenv/setup" || exit 1 +source "$stdenv/setup" -configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-npapi-plugindir=$out/plugins --enable-gui=gtk" +configureFlags="--with-sdl-incl=$SDL/include/SDL --with-npapi-plugindir=$out/plugins --enable-gui=gtk" genericBuild