FreeBSD Bugzilla – Attachment 100582 Details for
Bug 139884
audio/akode: fix dependency on libltdl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.27 KB, created by
Tijl Coosemans
on 2009-10-24 14:00:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2009-10-24 14:00:13 UTC
Size:
1.27 KB
patch
obsolete
>--- Makefile.orig 2009-10-24 13:43:00.000000000 +0200 >+++ Makefile 2009-10-24 14:21:55.000000000 +0200 >@@ -12,8 +12,7 @@ > CATEGORIES= audio kde > MASTER_SITES= ${MASTER_SITE_GENTOO} > MASTER_SITE_SUBDIR=distfiles >-DISTNAME= 30375-${PORTNAME}-${PORTVERSION}.tar.bz2 >-EXTRACT_SUFX= # none >+DISTFILES= 30375-${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= kde@FreeBSD.org > COMMENT= Default KDE audio backend >@@ -31,7 +30,6 @@ > USE_AUTOTOOLS= libtool:22 libltdl > USE_BZIP2= yes > USE_GMAKE= yes >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > USE_LDCONFIG= yes > PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} > >@@ -39,10 +37,10 @@ > --with-extra-libs=${LOCALBASE}/lib \ > --with-extra-includes=${LOCALBASE}/include > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > .if defined(WITH_FFMPEG) >-RUN_DEPENDS= ${LOCALBASE}/lib/libakode_ffmpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-ffmpeg >+RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_ffmpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-ffmpeg > .endif > > .if defined(WITH_JACK) >@@ -76,10 +74,4 @@ > $$(all_libraries) ${PTHREAD_LIBS}|g' \ > ${WRKSRC}/akode/akodeplay/Makefile.in > >-do-build: >- cd ${WRKSRC}/akode && ${GMAKE} >- >-do-install: >- cd ${WRKSRC}/akode && ${GMAKE} install >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >--- patch-akode2 ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 139884
:
100581
| 100582