diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-12 19:37:26 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-08-13 14:48:45 +0000 |
commit | 85210a79f568ced0a132a8b2923b737c471722f7 (patch) | |
tree | ad5fccd5df8cbad4a2e12e3aa26add55853b9343 | |
parent | 2178a1e58919646a5c8bb22588592621bc617bd9 (diff) |
audio/carla: remove noop knob on powerpc
-rw-r--r-- | audio/carla/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 704ca741498a..5fbab49473cd 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -66,7 +66,6 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_MAKE_ARGS_OFF= HAVE_PULSEAUDIO=false CFLAGS_powerpc64= -DEEL_TARGET_PORTABLE -CFLAGS_powerpc= -DEEL_TARGET_PORTABLE post-install: @${REINPLACE_CMD} -i '' -e ' \ |