Boost library reference change no longer needed

svn path=/nixpkgs/trunk/; revision=17487
This commit is contained in:
Michael Raskin 2009-09-29 04:30:28 +00:00
parent 50f75f17c5
commit 9bcea7563d

View file

@ -8,17 +8,13 @@ rec {
buildInputs = [boost];
configureFlags = [];
doFixBoost = fullDepEntry (''
sed -e 's/-lboost_[a-z_]*/&-mt/g' -i src/Makefile.in
'') ["minInit" "doUnpack"];
doFixInc = fullDepEntry (''
sed -e '/[#]include [<]config.h[>]/a\#include <string.h>' -i src/unicode_to_utf8.cpp
cat src/unicode_to_utf8.cpp
'') ["minInit" "doUnpack"];
/* doConfigure should be specified separately */
phaseNames = ["doFixBoost" "doFixInc" "doConfigure" "doMakeInstall"];
phaseNames = ["doFixInc" "doConfigure" "doMakeInstall"];
name = "jfsrec-" + version;
meta = {