FreeBSD Bugzilla – Attachment 65168 Details for
Bug 96645
[PATCH] shells/zsh: [Fix build on FreeBSD 4.x]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zsh-4.3.2.patch
zsh-4.3.2.patch (text/plain), 781 bytes, created by
Tod McQuillin
on 2006-05-02 08:10:13 UTC
(
hide
)
Description:
zsh-4.3.2.patch
Filename:
MIME Type:
Creator:
Tod McQuillin
Created:
2006-05-02 08:10:13 UTC
Size:
781 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/src/cvs-repo/ports/shells/zsh/Makefile,v >retrieving revision 1.80 >diff -u -u -r1.80 Makefile >--- Makefile 1 May 2006 08:38:01 -0000 1.80 >+++ Makefile 2 May 2006 07:01:12 -0000 >@@ -78,10 +78,6 @@ > CONFIGURE_ARGS+= --enable-maildir-support > .endif > >-.if !defined(WITHOUT_ZSH_MULTIBYTE) >-CONFIGURE_ARGS+= --enable-multibyte >-.endif >- > .if defined(NOSHARED) > CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -static" > CONFIGURE_ARGS+= --disable-dynamic >@@ -110,6 +106,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${OSVERSION} >= 500000 && !defined(WITHOUT_ZSH_MULTIBYTE) >+CONFIGURE_ARGS+= --enable-multibyte >+.endif >+ > .if ${OSVERSION} >= 503000 > EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar > .endif
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 96645
: 65168