FreeBSD Bugzilla – Attachment 155513 Details for
Bug 199393
[patch] deskutils/taskwarrior i386 patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
taskwarrior patch for FreeBSD i386 environment
patch-variant (text/plain), 512 bytes, created by
ribbon
on 2015-04-12 13:28:13 UTC
(
hide
)
Description:
taskwarrior patch for FreeBSD i386 environment
Filename:
MIME Type:
Creator:
ribbon
Created:
2015-04-12 13:28:13 UTC
Size:
512 bytes
patch
obsolete
>diff -urN task-2.4.2/src/Variant.h task-2.4.2new/src/Variant.h >--- src/Variant.h 2015-03-16 08:02:55.000000000 +0900 >+++ src/Variant.h 2015-04-12 08:39:14.000000000 +0900 >@@ -49,7 +49,11 @@ > Variant (const double); > Variant (const std::string&); > Variant (const char*); >+#if defined(__FreeBSD__) && defined(__i386__) >+ Variant (const time_t, const enum type new_type); >+#else > Variant (const time_t, const enum type new_type = type_date); >+#endif > ~Variant (); > > void source (const std::string&);
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 199393
: 155513