summaryrefslogtreecommitdiff
path: root/graphite
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-15 22:19:09 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-15 22:19:09 +0100
commit8e4bc214b41aaf9f5bf313fe36d381b80ca1b11c (patch)
tree6845a819c8250dd8a6099cd99e6880d94c7a990e /graphite
parente82100b6fe2375ec60e4c2e9cc1adad6807eeb07 (diff)
avoid __declspec decorations on windows
Diffstat (limited to 'graphite')
-rw-r--r--graphite/graphite_make.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch
index 20c3fe045eeb..f28ed6da8ff7 100644
--- a/graphite/graphite_make.patch
+++ b/graphite/graphite_make.patch
@@ -13,7 +13,7 @@
+
+.INCLUDE : settings.mk
+
-+CFLAGS+=-DDISABLE_TRACING -I../include
++CFLAGS+=-DDISABLE_TRACING -I../include -DGR2_STATIC
+.IF "$(debug)" == ""
+CFLAGS+=-O3 -DNDEBUG
+.ENDIF