git: ec7a254e8872 - main - multimedia/libxine: remove not necessary powerpc check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 13:40:32 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec7a254e887296ff01b395b3c07d31ffb311d03d
commit ec7a254e887296ff01b395b3c07d31ffb311d03d
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-27 13:22:28 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-27 13:22:28 +0000
multimedia/libxine: remove not necessary powerpc check
---
multimedia/libxine/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 68bec04f0227..982f05d0ef01 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -160,9 +160,6 @@ XVMC_CONFIGURE_ENABLE= xvmc
.if ${ARCH} == aarch64
BUILD_DEPENDS+= as:devel/binutils
-.elif ${ARCH} == powerpc
-BUILD_DEPENDS+= as:devel/binutils
-CFLAGS+= -fno-integrated-as
.endif
.if !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MOPENSSL}