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 | |
parent | ed19c2b7675b480019529d3fee401e21088a0eef (diff) |
#103496#: remove sal dependency by not using uwinapi
-rw-r--r-- | redland/raptor/raptor-1.4.18.patch.dmake | 3 | ||||
-rw-r--r-- | redland/rasqal/rasqal-0.9.16.patch.dmake | 3 | ||||
-rw-r--r-- | redland/redland/redland-1.0.8.patch.dmake | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/redland/raptor/raptor-1.4.18.patch.dmake b/redland/raptor/raptor-1.4.18.patch.dmake index aa0f5ab29117..da43a7887fde 100644 --- a/redland/raptor/raptor-1.4.18.patch.dmake +++ b/redland/raptor/raptor-1.4.18.patch.dmake @@ -1,6 +1,6 @@ --- misc/raptor-1.4.18/src/makefile.mk Thu Nov 6 15:25:51 2008 +++ misc/build/raptor-1.4.18/src/makefile.mk Thu Nov 6 15:33:14 2008 -@@ -1,1 +1,122 @@ +@@ -1,1 +1,123 @@ -dummy +#************************************************************************* +# @@ -40,6 +40,7 @@ +LIBTARGET=NO + +EXTERNAL_WARNINGS_NOT_ERRORS=TRUE ++UWINAPILIB= + + +# --- Settings ----------------------------------------------------- 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 + diff --git a/redland/redland/redland-1.0.8.patch.dmake b/redland/redland/redland-1.0.8.patch.dmake index d88f9548a341..39931b7b1b4b 100644 --- a/redland/redland/redland-1.0.8.patch.dmake +++ b/redland/redland/redland-1.0.8.patch.dmake @@ -1,6 +1,6 @@ --- misc/redland-1.0.8/librdf/makefile.mk Mon Jun 16 19:32:46 2008 +++ misc/build/redland-1.0.8/librdf/makefile.mk Mon Jun 16 19:26:20 2008 -@@ -1,1 +1,114 @@ +@@ -1,1 +1,115 @@ -dummy +#************************************************************************* +# @@ -38,6 +38,7 @@ +PRJNAME=redland +TARGET=librdf +LIBTARGET=NO ++UWINAPILIB= + +EXTERNAL_WARNINGS_NOT_ERRORS=TRUE + |