FreeBSD Bugzilla – Attachment 114921 Details for
Bug 156657
[Patch] Fix installation of devel/ocaml-findlib if WITHOUT_TK is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 844 bytes, created by
Herbert J. Skuhra
on 2011-04-26 07:10:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Herbert J. Skuhra
Created:
2011-04-26 07:10:07 UTC
Size:
844 bytes
patch
obsolete
>diff -ruN devel/ocaml-findlib.bak/Makefile devel/ocaml-findlib/Makefile >--- devel/ocaml-findlib.bak/Makefile 2011-04-26 07:45:10.000000000 +0200 >+++ devel/ocaml-findlib/Makefile 2011-04-26 07:46:55.000000000 +0200 >@@ -48,6 +48,17 @@ > > .include <bsd.port.pre.mk> > >+.if !exists(${LOCALBASE}/lib/ocaml/labltk) >+WITHOUT_TK= yes >+.endif >+ >+.if defined(WITHOUT_TK) >+PLIST_SUB+= TK="@comment " >+.else >+CONFIGURE_ARGS+=-with-toolbox >+PLIST_SUB+= TK="" >+.endif >+ > post-install: > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >@@ -58,15 +69,4 @@ > @${CHMOD} +x ${PREFIX}/lib/ocaml/site-lib/findlib/make_wizard > .endif > >-.if !exists(${LOCALBASE}/lib/ocaml/labltk) >-WITHOUT_TK= yes >-.endif >- >-.if defined(WITHOUT_TK) >-PLIST_SUB+= TK="@comment " >-.else >-CONFIGURE_ARGS+=-with-toolbox >-PLIST_SUB+= TK="" >-.endif >- > .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 156657
: 114921