1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Juk's configure check for tunepimp 0.4 is broken - and I would've never noticed

if it weren't for gcc 2.95, since gcc 3.4 simply irons over the member function
parameter mismatches. Way to facilitate creating hard to spot runtime-bugs.

With this fix, juk actually uses the updated tunepimp API.
This commit is contained in:
Michael Nottebrock 2006-04-13 08:51:31 +00:00
parent fe22d50fbd
commit aef6bbc866
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159407

View File

@ -7,7 +7,7 @@
PORTNAME= juk
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@ -60,6 +60,10 @@ pre-everything::
@${ECHO_MSG}
.endif
post-patch:
@${REINPLACE_CMD} -e 's|LIBS="-ltunepimp $$LIBS"|LIBS="-ltunepimp -liconv $$LIBS"|g' \
${WRKSRC}/configure
do-build:
cd ${WRKSRC}/arts/runtime && ${SETENV} ${MAKE_ENV} ${GMAKE}
cd ${WRKSRC}/juk && ${SETENV} ${MAKE_ENV} ${GMAKE}