- Update to 1.0.3 :

- Use PTHREAD_LIBS.

Submitted by:	hselasky (maintainer)
This commit is contained in:
Juergen Lock 2012-08-18 20:30:02 +00:00
parent 4e7fdab369
commit 47f4975523
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302740
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jack_ghero
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://hselasky.homeunix.org:8192/distfiles/
@ -29,6 +29,7 @@ OPTIONS= DEBUG "Build with debugging support" Off
.include <bsd.port.options.mk>
MAKE_ARGS+=" HAVE_MAN=YES"
MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
.if defined(WITH_DEBUG)
MAKE_ARGS+=" HAVE_DEBUG=YES"

View File

@ -1,2 +1,2 @@
SHA256 (jack_ghero-1.0.2.tar.bz2) = c075039ac96e73a15ef5f52acce02f91d578bd3bf2a777ea1084e6ccf03a942d
SIZE (jack_ghero-1.0.2.tar.bz2) = 5152
SHA256 (jack_ghero-1.0.3.tar.bz2) = 91c5d5265605c10adff1e0f298f79ee43499f493ebaae72b23160e75e53e976a
SIZE (jack_ghero-1.0.3.tar.bz2) = 5195