audio/carla: Update 2.4.2 -> 2.4.3

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-04-17 09:30:10 -07:00
parent b48ae0c001
commit 826938b6f6
3 changed files with 17 additions and 5 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= Carla
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.2
PORTREVISION= 1
DISTVERSION= 2.4.3
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1645375539
SHA256 (falkTX-Carla-v2.4.2_GH0.tar.gz) = 376884965e685242953cab757818dde262209c651bd563a04eade0678c6b9f39
SIZE (falkTX-Carla-v2.4.2_GH0.tar.gz) = 10057302
TIMESTAMP = 1650173689
SHA256 (falkTX-Carla-v2.4.3_GH0.tar.gz) = 0092926e5167f3a5eb592f0055e5491803354ae42947e706db0dc548d9e786d3
SIZE (falkTX-Carla-v2.4.3_GH0.tar.gz) = 10057018

View file

@ -0,0 +1,13 @@
- workaround for https://github.com/falkTX/Carla/issues/1608: error: unknown argument: '-fno-gnu-unique'
--- source/Makefile.mk.orig 2022-04-17 05:37:05 UTC
+++ source/Makefile.mk
@@ -86,7 +86,7 @@ endif
ifneq ($(MACOS),true)
ifneq ($(WIN32),true)
-BASE_FLAGS += -fno-gnu-unique
+#BASE_FLAGS += -fno-gnu-unique
endif
endif