Commits

Christopher Chavez authored and MarcusCalhoun-Lopez committed 4ee97c1f8a8
tix: patch tixPort.h for +quartz

Prevent error when building with tk +quartz: ./generic/tixPort.h:53:11: fatal error: 'X11/X.h' file not found
No tags

x11/tix/files/patch-tk_x11.diff

Modified
5 5 #include <tixUnixInt.h>
6 6 #include <tixImgXpm.h>
7 7 +#ifndef MAC_OSX_TK
8 8 #include <X11/Xutil.h>
9 9 +#else
10 10 +#include <X11_tk/Xutil.h>
11 11 +#endif
12 12
13 13 #if !defined(WIN32) && !defined(MAC_OSX_TK)
14 14 #define TkPutImage(colors, ncolors, display, pixels, gc, image, destx, desty, srcx, srcy, width, height) \
15 +--- generic/tixPort.h.orig 2005-03-25 14:15:53.000000000 -0600
16 ++++ generic/tixPort.h 2018-11-16 02:49:09.000000000 -0600
17 +@@ -50,7 +50,7 @@
18 + # include "tixMacPort.h"
19 + # else
20 + # if defined(MAC_OSX_TK)
21 +-# include <X11/X.h>
22 ++# include <X11_tk/X.h>
23 + # define Cursor XCursor
24 + # define Region XRegion
25 + # include "../unix/tixUnixPort.h"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut