FreeBSD Bugzilla – Attachment 166782 Details for
Bug 207043
devel/tcllib - fix Makefile, fix ports INDEX build on Freebsd 9.x (patch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tcllib.Makefile.patch (text/plain), 479 bytes, created by
Sergey N. Voronkov
on 2016-02-09 05:00:45 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Sergey N. Voronkov
Created:
2016-02-09 05:00:45 UTC
Size:
479 bytes
patch
obsolete
>--- Makefile 2016-02-09 09:46:02.000000000 +0500 >+++ Makefile.new 2016-02-09 09:45:01.000000000 +0500 >@@ -36,7 +36,7 @@ > # > # Man pages > # >-.if "${ALL_TARGET}" != "ctictl" >+.if !defined(ALL_TARGET) || empty(${ALL_TARGET:Mcritcl}) > > .if ${PORT_OPTIONS:MMANPAGES} > ALL_TARGET+= nroff-doc >@@ -55,7 +55,7 @@ > INSTALL_ARGS+= -no-html > .endif > >-.endif # ${ALL_TARGET} != "crictl" >+.endif # !defined(ALL_TARGET) || empty(${ALL_TARGET:Mcritcl}) > > .if !target(post-patch) > post-patch:
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 207043
: 166782