View | Details | Raw Unified | Return to bug 238616
Collapse All | Expand All

(-)games/aquaria/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
GH_ACCOUNT=	AquariaOSE
22
GH_ACCOUNT=	AquariaOSE
23
GH_PROJECT=	Aquaria
23
GH_PROJECT=	Aquaria
24
24
25
USES=		cmake:insource compiler:c++11-lang lua:51 openal pkgconfig
25
USES=		cmake:insource compiler:c++11-lang lua:51 openal pkgconfig sdl
26
EXCLUDE=	AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
26
EXCLUDE=	AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
27
		libogg-* libvorbis-* lua-* tinyxml2*
27
		libogg-* libvorbis-* lua-* tinyxml2*
28
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}
28
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}
(-)games/aquaria/files/patch-ExternalLibs_ttvfs_VFSTools.cpp (+15 lines)
Line 0 Link Here
1
--- ExternalLibs/ttvfs/VFSTools.cpp.orig	2016-06-19 23:56:27 UTC
2
+++ ExternalLibs/ttvfs/VFSTools.cpp
3
@@ -12,11 +12,7 @@
4
 #   include <windows.h>
5
 #   include <io.h>
6
 #else
7
-#  ifdef __HAIKU__
8
-#    include <dirent.h>
9
-#  else
10
-#    include <sys/dir.h>
11
-#  endif
12
+#  include <dirent.h>
13
 #  include <unistd.h>
14
 #endif
15
 

Return to bug 238616