FreeBSD Bugzilla – Attachment 141354 Details for
Bug 188137
audio/nekobee: Fix build on -current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_nekobee.diff
audio_nekobee.diff (text/x-diff), 865 bytes, created by
tkato432
on 2014-04-17 18:51:01 UTC
(
hide
)
Description:
audio_nekobee.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-04-17 18:51:01 UTC
Size:
865 bytes
patch
obsolete
>diff -urN /usr/ports/audio/nekobee/Makefile audio/nekobee/Makefile >--- /usr/ports/audio/nekobee/Makefile 2014-04-12 06:29:16.000000000 +0900 >+++ audio/nekobee/Makefile 2014-04-18 00:00:00.000000000 +0900 >@@ -26,18 +26,17 @@ > > CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include > >-.if !defined(DISABLE_MAKE_JOBS) >-MAKE_JOBS_ARGS= -j${MAKE_JOBS_NUMBER} >-.endif >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ '/LINKFLAGS/s|^|#|' ${WRKSRC}/wscript > > do-configure: >- @${REINPLACE_CMD} '/LINKFLAGS/d' ${WRKSRC}/wscript > @(cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \ > LINKFLAGS="-lm" \ > CPPFLAGS="${CPPFLAGS}" ./waf configure --prefix=${PREFIX}) > > do-build: >- @(cd ${WRKSRC} && ./waf build -vvv ${MAKE_JOBS_ARGS}) >+ @(cd ${WRKSRC} && ./waf build -vvv -j${MAKE_JOBS_NUMBER}) > > do-install: > @(cd ${WRKSRC} && ./waf install --destdir=${STAGEDIR})
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 188137
:
141353
| 141354 |
141355