git: c86244ff33ee - main - audio/carla: remove stale powerpc64le workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 10:42:16 UTC
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