mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
751c5ce473
- Replace some patches by ${REINPLACE_CMD} - Fix the packing list - Depend on freetype - Fix build on 5.X PR: ports/80375 Submitted by: maintainer
14 lines
263 B
C++
14 lines
263 B
C++
--- src/win_select.cc.orig Fri Apr 29 05:39:00 2005
|
|
+++ src/win_select.cc Fri Apr 29 05:39:04 2005
|
|
@@ -12,9 +12,9 @@
|
|
See the COPYING file for more details
|
|
*/
|
|
|
|
+#include "audio.h"
|
|
#include "win_select.h"
|
|
|
|
-#include "audio.h"
|
|
|
|
win_select::win_select()
|
|
{
|