Fix build on i386
This commit is contained in:
parent
2dcbcc95c5
commit
b1a62a7131
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519050
2 changed files with 15 additions and 1 deletions
|
@ -14,7 +14,7 @@ COMMENT= Legendary Open Cubic Player
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
LIB_DEPENDS= libid3tag.so:audio/libid3tag \
|
||||
libmad.so:audio/libmad \
|
||||
|
|
14
audio/ocp/files/patch-config.h.in
Normal file
14
audio/ocp/files/patch-config.h.in
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- config.h.in.orig 2019-11-26 21:41:02 UTC
|
||||
+++ config.h.in
|
||||
@@ -160,9 +160,11 @@
|
||||
|
||||
#undef HAVE_RESIZE_TERM
|
||||
|
||||
+/*
|
||||
#if (defined(_X86) || defined(__i386__)) && !defined(__APPLE__)
|
||||
#define I386_ASM 1
|
||||
#endif
|
||||
+*/
|
||||
|
||||
/* #define I386_ASM_EMU 1 */
|
||||
|
Loading…
Reference in a new issue