File: pango.patch

package info (click to toggle)
sdlpango 0.1.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,100 kB
  • ctags: 204
  • sloc: sh: 8,079; ansic: 838; xml: 371; makefile: 57
file content (17 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: pango/pango-utils.c
===================================================================
--- pango/pango-utils.c	(revision 97)
+++ pango/pango-utils.c	(revision 98)
@@ -46,8 +46,12 @@
 #define STRICT
 #include <windows.h>
 
+#ifdef SIDEBYSIDE
+#define g_getenv(x) NULL
 #endif
 
+#endif
+
 struct PangoAlias
 {
   char *alias;