Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/calculix/files/patch-cgx__2.22_src_extUtil.h
16462 views
1
--- cgx_2.22/src/extUtil.h.orig 2024-10-21 22:22:47 UTC
2
+++ cgx_2.22/src/extUtil.h
3
@@ -37,7 +37,7 @@ void printf_fflush(const char *fmt,...);
4
}
5
#endif
6
#else
7
- #include <GL/glut_cgx.h>
8
+ #include <GL/glut.h>
9
#endif
10
11
#define PI 3.14159265358979323846264338327950288
12
13