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

(-)audio/ocp/Makefile (-2 / +3 lines)
Lines 23-31 Link Here
23
		libsidplay.so:audio/libsidplay \
23
		libsidplay.so:audio/libsidplay \
24
		libvorbis.so:audio/libvorbis
24
		libvorbis.so:audio/libvorbis
25
25
26
USES=		gmake gnome iconv localbase:ldflags makeinfo ncurses pkgconfig \
26
USES=		compiler:c11 dos2unix gmake gnome iconv localbase:ldflags makeinfo \
27
		tar:xz
27
		ncurses pkgconfig tar:xz
28
28
29
DOS2UNIX_FILES=	playym/lzh/lzh.h
29
USE_GITHUB=	yes
30
USE_GITHUB=	yes
30
GH_ACCOUNT=	mywave82
31
GH_ACCOUNT=	mywave82
31
GH_PROJECT=	opencubicplayer
32
GH_PROJECT=	opencubicplayer
(-)audio/ocp/files/patch-playym_lzh_lzh.h (+10 lines)
Line 0 Link Here
1
--- playym/lzh/lzh.h.orig	2020-06-17 18:26:50 UTC
2
+++ playym/lzh/lzh.h
3
@@ -41,6 +41,7 @@
4
 #ifndef LZH_H
5
 #define LZH_H
6
 
7
+#include <sys/types.h>
8
 
9
 #define BUFSIZE (1024 * 4)
10
 

Return to bug 247377