diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-10-10 20:32:57 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:52 -0500 |
commit | 30216ecc417d281a6a876e91e904f05154df4048 (patch) | |
tree | cfff5c9b4a934feb1718f4a1995c1ebfbfa8be06 /libraries/ocaml-camomile/ocaml-camomile.SlackBuild | |
parent | 9930076ed50b42faf7476d6e61c5641ade1125e9 (diff) | |
download | slackbuilds-30216ecc417d281a6a876e91e904f05154df4048.tar.gz |
libraries/ocaml-camomile: Added a patch to install a missing lib.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/ocaml-camomile/ocaml-camomile.SlackBuild')
-rw-r--r-- | libraries/ocaml-camomile/ocaml-camomile.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild index 8c34742aac..19575c4770 100644 --- a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild +++ b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=ocaml-camomile VERSION=0.8.3 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=camomile @@ -64,6 +64,9 @@ cd $SRCNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Install missing library, thanks debian +patch -p1 < $CWD/0002-Install-missing-camomileLibrary.a.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure --prefix=/usr |