mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
11 lines
429 B
C++
11 lines
429 B
C++
--- togl/togl.cpp.orig Wed Sep 29 19:48:06 2004
|
|
+++ togl/togl.cpp Wed Nov 17 22:15:57 2004
|
|
@@ -140,6 +140,8 @@
|
|
# include "tkInt8.4p4.h"
|
|
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==6
|
|
# include "tkInt8.4p6.h"
|
|
+#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==7
|
|
+# include "tkInt8.4p6.h"
|
|
#else
|
|
Sorry, you will have to edit togl.c to include the right tkInt.h file
|
|
#endif
|