diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-13 10:49:28 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:17 +0700 |
commit | 6944bfcb898114cb790b63e81fb8dc12c46beb4a (patch) | |
tree | 2a920baa95381196f39e31f2f7a3d94d74c8f5b5 /audio/jack2 | |
parent | cb26df6481f02eda6bf990e3b7e62f0cf8ab6b99 (diff) | |
download | slackbuilds-6944bfcb898114cb790b63e81fb8dc12c46beb4a.tar.gz |
audio/jack2: Remove --profile build option.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/jack2')
-rw-r--r-- | audio/jack2/jack2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack2/jack2.SlackBuild b/audio/jack2/jack2.SlackBuild index 837855bc6e..b181f22420 100644 --- a/audio/jack2/jack2.SlackBuild +++ b/audio/jack2/jack2.SlackBuild @@ -24,6 +24,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20200112 bkw: get rid of --profile (thanks, dive!), BUILD=2. # 20191201 bkw: update for v1.9.14 (including new python3 dep). # 20180714 bkw: # - Take over maintenance. @@ -33,7 +34,7 @@ PRGNAM=jack2 VERSION=${VERSION:-1.9.14} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -88,7 +89,6 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man/man1 \ --htmldir=/usr/doc/$PRGNAM-$VERSION/html \ --classic \ - --profile \ --dbus \ --alsa |