1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/cad/netgen/files/patch-togl::togl.cpp
Thierry Thomas ac4020ae92 Upgrade to 4.4.
Note: high order Finite Element package NGSolve is included.
2004-11-21 20:58:15 +00:00

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