dont attach, start own instance as otherwise it might be blocked via/proc/sys/kernel...
[LibreOffice.git] / libcroco / libcroco-0.6.2.patch
blob100023fb7395f26b057b03029a4f19f3f6b8fe84
1 --- misc/libcroco-0.6.2/src/makefile.mk Wed Aug 20 14:33:55 2008
2 +++ misc/build/libcroco-0.6.2/src/makefile.mk Wed Aug 20 14:26:42 2008
3 @@ -1 +1,106 @@
4 -dummy
5 +#*************************************************************************
6 +#
7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 +#
9 +# Copyright 2000, 2010 Oracle and/or its affiliates.
11 +# OpenOffice.org - a multi-platform office productivity suite
13 +# This file is part of OpenOffice.org.
15 +# OpenOffice.org is free software: you can redistribute it and/or modify
16 +# it under the terms of the GNU Lesser General Public License version 3
17 +# only, as published by the Free Software Foundation.
19 +# OpenOffice.org is distributed in the hope that it will be useful,
20 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
21 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 +# GNU Lesser General Public License version 3 for more details
23 +# (a copy is included in the LICENSE file that accompanied this code).
25 +# You should have received a copy of the GNU Lesser General Public License
26 +# version 3 along with OpenOffice.org. If not, see
27 +# <http://www.openoffice.org/license.html>
28 +# for a copy of the LGPLv3 License.
30 +#*************************************************************************
32 +PRJ=..$/..$/..$/..$/..
33 +#PRJINC=..
34 +PRJNAME=libcroco
35 +TARGET=libcroco-0.6-3
37 +#ENABLE_EXCEPTIONS=TRUE
38 +VISIBILITY_HIDDEN=TRUE
39 +EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
41 +# --- Settings ----------------------------------
43 +.INCLUDE : settings.mk
45 +CFLAGS+=-I$(SOLARINCDIR)$/external -I$(SOLARINCDIR)$/external$/glib-2.0
47 +# --- Files -------------------------------------
49 +SLOFILES=\
50 + $(SLO)$/cr-utils.obj \
51 + $(SLO)$/cr-input.obj \
52 + $(SLO)$/cr-enc-handler.obj \
53 + $(SLO)$/cr-num.obj \
54 + $(SLO)$/cr-rgb.obj \
55 + $(SLO)$/cr-token.obj \
56 + $(SLO)$/cr-tknzr.obj \
57 + $(SLO)$/cr-term.obj \
58 + $(SLO)$/cr-attr-sel.obj \
59 + $(SLO)$/cr-pseudo.obj \
60 + $(SLO)$/cr-additional-sel.obj \
61 + $(SLO)$/cr-simple-sel.obj \
62 + $(SLO)$/cr-selector.obj \
63 + $(SLO)$/cr-doc-handler.obj \
64 + $(SLO)$/cr-parser.obj \
65 + $(SLO)$/cr-declaration.obj \
66 + $(SLO)$/cr-statement.obj \
67 + $(SLO)$/cr-stylesheet.obj \
68 + $(SLO)$/cr-cascade.obj \
69 + $(SLO)$/cr-om-parser.obj \
70 + $(SLO)$/cr-style.obj \
71 + $(SLO)$/cr-sel-eng.obj \
72 + $(SLO)$/cr-fonts.obj \
73 + $(SLO)$/cr-prop-list.obj \
74 + $(SLO)$/cr-parsing-location.obj \
75 + $(SLO)$/cr-string.obj
78 +# --- Library -----------------------------------
80 +SHL1TARGET= $(TARGET)
81 +SHL1OBJS=$(SLOFILES)
82 +SHL1STDLIBS=\
83 + gio-2.0.lib \
84 + gobject-2.0.lib \
85 + gthread-2.0.lib \
86 + glib-2.0.lib \
87 + intl.lib \
88 + $(LIBXML2LIB)
91 +SHL1DEPN=
92 +#SHL1IMPLIB=$(TARGET)
93 +#SHL1USE_EXPORTS=name
95 +SHL1DEF= $(MISC)$/$(SHL1TARGET).def
97 +DEF1NAME= $(SHL1TARGET)
98 +DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \
99 + $(SLB)$/$(TARGET).lib
100 +DEFLIB1NAME=$(TARGET)
102 +# --- Targets ----------------------------------
104 +.INCLUDE : target.mk
106 +# --- filter file ------------------------------
108 +$(MISC)$/$(SHL1TARGET).flt: makefile.mk
109 + @echo CLEAR_THE_FILE > $@