diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-16 21:28:35 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-16 21:28:35 +0000 |
commit | 60fe5d9cc40b8d0717626aba1b75632a79ddab2f (patch) | |
tree | 8890d5d44b81d8df57f6c52c264ce37f3a38d8b9 /audio/jacktrip/files | |
parent | 8e51cb111beed49f8836756de9bd657249709c47 (diff) | |
download | ports-60fe5d9cc40b8d0717626aba1b75632a79ddab2f.tar.gz ports-60fe5d9cc40b8d0717626aba1b75632a79ddab2f.zip |
New port: audio/jacktrip: Multi-machine audio network performance over the Internet
Notes
Notes:
svn path=/head/; revision=535502
Diffstat (limited to 'audio/jacktrip/files')
-rw-r--r-- | audio/jacktrip/files/patch-jacktrip.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/jacktrip/files/patch-jacktrip.pro b/audio/jacktrip/files/patch-jacktrip.pro new file mode 100644 index 000000000000..da1a4ddb578b --- /dev/null +++ b/audio/jacktrip/files/patch-jacktrip.pro @@ -0,0 +1,20 @@ +--- jacktrip.pro.orig 2020-05-16 21:20:44 UTC ++++ jacktrip.pro +@@ -5,7 +5,7 @@ + CONFIG += c++11 console + CONFIG -= app_bundle + +-CONFIG += qt thread debug_and_release build_all ++CONFIG += qt thread release build_all + CONFIG(debug, debug|release) { + TARGET = jacktrip_debug + } else { +@@ -109,7 +109,7 @@ win32 { + + DESTDIR = . + QMAKE_CLEAN += -r ./jacktrip ./jacktrip_debug ./release ./debug +-target.path = /usr/bin ++target.path = $${PREFIX}/bin/ + INSTALLS += target + + # for plugins |