mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Use xdg-open as BROWSER instead of firefox. Use freeglut instead of bundled library. Merge two OPSYS==FreeBSD into one. Add LICENSE_FILE. Switch to DISTVERSION. PR: 282050 Approved by: submitter is maintainer
11 lines
287 B
C
11 lines
287 B
C
--- cgx_2.22/src/extUtil.h.orig 2024-10-21 22:22:47 UTC
|
|
+++ cgx_2.22/src/extUtil.h
|
|
@@ -37,7 +37,7 @@ void printf_fflush(const char *fmt,...);
|
|
}
|
|
#endif
|
|
#else
|
|
- #include <GL/glut_cgx.h>
|
|
+ #include <GL/glut.h>
|
|
#endif
|
|
|
|
#define PI 3.14159265358979323846264338327950288
|