FreeBSD Bugzilla – Attachment 22063 Details for
Bug 38410
Fix port for 4.6-R: devel/openzz
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 719 bytes, created by
obraun
on 2002-05-22 13:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
obraun
Created:
2002-05-22 13:00:06 UTC
Size:
719 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/openzz/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 13 May 2002 19:06:04 -0000 1.1 >+++ Makefile 22 May 2002 11:45:50 -0000 >@@ -18,7 +18,17 @@ > GNU_CONFIGURE= yes > INSTALLS_SHLIB= yes > >+.include <bsd.port.pre.mk> >+ > post-patch: >+.if ${OSVERSION} < 500036 > @${PERL} -pi -e "s/cfree/free/g" ${WRKSRC}/src/list.c >+.else >+ ${SED} -i.orig -e "s/cfree/free/g" ${WRKSRC}/src/list.c >+.endif >+.if ${OSVERSION} <= 500027 >+ @${FIND} ${WRKSRC}/src -type f | ${XARGS} -n 10 -x ${PERL} -pi \ >+ -e 's|<stdint.h>|<inttypes.h>|' >+.endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 38410
: 22063