FreeBSD Bugzilla – Attachment 23190 Details for
Bug 39964
ports/audio misc Makefile cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-nas
patch-nas (text/plain), 575 bytes, created by
sf
on 2002-06-28 23:50:02 UTC
(
hide
)
Description:
patch-nas
Filename:
MIME Type:
Creator:
sf
Created:
2002-06-28 23:50:02 UTC
Size:
575 bytes
patch
obsolete
>--- Makefile.orig Sun Dec 30 10:15:33 2001 >+++ Makefile Fri Jun 28 15:06:23 2002 >@@ -13,6 +13,7 @@ > > MAINTAINER= ports@FreeBSD.org > >+USE_REINPLACE= yes > USE_IMAKE= yes > ALL_TARGET= World > # no need to "xmkmf -a" and create the Makefiles twice -- see above >@@ -24,8 +25,8 @@ > .include "${.CURDIR}/Makefile.man" > > post-patch: >- @find ${WRKSRC} -name '*.[ch]' | xargs \ >- ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" >+ @${FIND} ${WRKSRC} -name '*.[ch]' | xargs \ >+ ${REINPLACE} -e "s|<malloc.h>|<stdlib.h>|g" > > post-install: > @${SED} -e 's:/usr/X11R6:${PREFIX}:g' ${PKGMESSAGE}
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 Raw
Actions:
View
Attachments on
bug 39964
:
23184
|
23185
|
23186
|
23187
|
23188
|
23189
| 23190 |
23191
|
23192
|
23193
|
23194