Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 10:42:16 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c86244ff33ee - main - audio/carla: remove stale powerpc64le workaround
Message-ID:  <202308031042.373AgGDB058648@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c86244ff33ee3e8577afcf27c5282643598a5564

commit c86244ff33ee3e8577afcf27c5282643598a5564
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-03 10:40:02 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-03 10:40:02 +0000

    audio/carla: remove stale powerpc64le workaround
---
 audio/carla/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/carla/Makefile b/audio/carla/Makefile
index aac05c07a876..66dc69e11eba 100644
--- a/audio/carla/Makefile
+++ b/audio/carla/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	Carla
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.5
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -64,7 +65,6 @@ JACK_MAKE_ARGS_OFF=		HAVE_JACK=false
 PULSEAUDIO_LIB_DEPENDS=		libpulse-simple.so:audio/pulseaudio
 PULSEAUDIO_MAKE_ARGS_OFF=	HAVE_PULSEAUDIO=false
 
-CFLAGS_powerpc64le=	-DEEL_TARGET_PORTABLE
 CFLAGS_powerpc64=	-DEEL_TARGET_PORTABLE
 CFLAGS_powerpc=	-DEEL_TARGET_PORTABLE
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308031042.373AgGDB058648>