mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
55dfb60ebe
- Add a patch to build with the USB2 stack - Unbreak on 8.X PR: ports/148215 Submitted by: Aldis Berjoza [aldis bsdroot.lv] Approved by: tabthorpe (mentor) Feature safe: yes
10 lines
480 B
Plaintext
10 lines
480 B
Plaintext
Since FreeBSD has new USB stack, freeglut normally doesn't build on FreeBSD 8
|
|
(yet). To workaround this I created small, ugly patch. this patch adds one
|
|
include file and comments out content of one function (only leaves return NULL).
|
|
|
|
I have no idea what kind of side effects this can cause. Joystick wont work.
|
|
There might be ports that won't compile, or apps that may crash because of
|
|
this. I don't know.
|
|
|
|
If you face any problems delete this port and install graphics/libglut.
|