Index: head/sysutils/conky/files/patch-src_bsdapm.cc =================================================================== --- head/sysutils/conky/files/patch-src_bsdapm.cc (nonexistent) +++ head/sysutils/conky/files/patch-src_bsdapm.cc (revision 430594) @@ -0,0 +1,18 @@ +--- src/bsdapm.cc.orig 2016-10-04 07:49:19 UTC ++++ src/bsdapm.cc +@@ -27,6 +27,10 @@ + * along with this program. If not, see . + * + */ ++ ++#if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__) \ ++ || defined(__DragonFly__) \ ++ || defined(__OpenBSD__)) && (defined(i386) || defined(__i386__)) + #include "config.h" + #include "conky.h" + #include "text_object.h" +@@ -208,3 +212,4 @@ void print_apm_battery_time(struct text_ + } + #endif + } ++#endif Property changes on: head/sysutils/conky/files/patch-src_bsdapm.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property