aboutsummaryrefslogtreecommitdiff
path: root/audio/lash/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-02 15:57:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-02 16:03:15 +0000
commit5708ae4005cedc7b84522f84b964092319d853cd (patch)
tree48a90836dbe1a8ff8badfed13ee3077ec3036d54 /audio/lash/Makefile
parent0042759b3b67d3ef64c1f9c5bee5923a5eebee14 (diff)
downloadports-5708ae4005cedc7b84522f84b964092319d853cd.tar.gz
ports-5708ae4005cedc7b84522f84b964092319d853cd.zip
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
Diffstat (limited to 'audio/lash/Makefile')
-rw-r--r--audio/lash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile
index bae817a18b9a..0ddc2f5324e4 100644
--- a/audio/lash/Makefile
+++ b/audio/lash/Makefile
@@ -2,7 +2,7 @@
PORTNAME= lash
PORTVERSION= 0.5.4
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= SAVANNAH
@@ -27,7 +27,7 @@ LIBS= -luuid
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
OPTIONS_DEFINE= READLINE PYTHON DOCS
OPTIONS_DEFAULT=READLINE