diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-09-09 18:14:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-09-09 18:14:16 +0200 |
commit | fe4e9a884f9c61dd41c2eb1c94049bfe999fb778 (patch) | |
tree | 67cf9e870dbbbeeafae747c2a1022017ba66e419 /redland/rasqal | |
parent | ed19c2b7675b480019529d3fee401e21088a0eef (diff) |
#103496#: remove sal dependency by not using uwinapi
Diffstat (limited to 'redland/rasqal')
-rw-r--r-- | redland/rasqal/rasqal-0.9.16.patch.dmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redland/rasqal/rasqal-0.9.16.patch.dmake b/redland/rasqal/rasqal-0.9.16.patch.dmake index adfade9670bb..f79e38f33c2d 100644 --- a/redland/rasqal/rasqal-0.9.16.patch.dmake +++ b/redland/rasqal/rasqal-0.9.16.patch.dmake @@ -1,6 +1,6 @@ --- misc/rasqal-0.9.16/src/makefile.mk Thu Nov 6 15:56:45 2008 +++ misc/build/rasqal-0.9.16/src/makefile.mk Thu Nov 6 15:55:09 2008 -@@ -1,1 +1,97 @@ +@@ -1,1 +1,98 @@ -dummy +#************************************************************************* +# @@ -38,6 +38,7 @@ +PRJNAME=redland +TARGET=rasqal +LIBTARGET=NO ++UWINAPILIB= + +EXTERNAL_WARNINGS_NOT_ERRORS=TRUE + |