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:
parent
fe22d50fbd
commit
aef6bbc866
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159407
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user