aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-12-04 22:25:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-12-04 22:25:04 +0000
commitb1a62a7131697c63d4ffb90a2f264acbe3d61fd9 (patch)
tree2a290c149d4d1d2cc305eab770cc74149b0f32e9
parent2dcbcc95c5309e47b0d22743fd687d64e6b24730 (diff)
downloadports-b1a62a7131697c63d4ffb90a2f264acbe3d61fd9.tar.gz
ports-b1a62a7131697c63d4ffb90a2f264acbe3d61fd9.zip
Notes
-rw-r--r--audio/ocp/Makefile2
-rw-r--r--audio/ocp/files/patch-config.h.in14
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 761965ee9296..36e168877368 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -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 \
diff --git a/audio/ocp/files/patch-config.h.in b/audio/ocp/files/patch-config.h.in
new file mode 100644
index 000000000000..9341babdae59
--- /dev/null
+++ b/audio/ocp/files/patch-config.h.in
@@ -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 */
+