File: pango.patch

package info (click to toggle)
sdlpango 0.1.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,364 kB
  • sloc: sh: 8,079; ansic: 876; xml: 371; makefile: 61
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;