ctl: fix build with gcc47
This commit is contained in:
@@ -8,12 +8,12 @@ stdenv.mkDerivation {
|
||||
sha256 = "16lzgbpxdyhykdwndj1i9vx3h4bfkxqqcrvasvgg70gb5raxj0mj";
|
||||
};
|
||||
|
||||
patches = [ ./patch.patch ];
|
||||
|
||||
patches = [ ./patch.patch ./gcc47.patch ];
|
||||
|
||||
propagatedBuildInputs = [ ilmbase ];
|
||||
|
||||
|
||||
configureFlags = "--with-ilmbase-prefix=${ilmbase}";
|
||||
|
||||
|
||||
#configurePhase = "
|
||||
#export CXXFLAGS=\"-I${ilmbase}/include -L${ilmbase}/lib\"
|
||||
#echo $CXXFLAGS
|
||||
|
||||
Reference in New Issue
Block a user