id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
12818,Building polybori under FreeBSD,stephen,pjeremy,"I need this patch to build under FreeBSD:

{{{
--- src/polybori-0.8.0/Cudd/cudd/cudd.h-orig	2012-02-09 03:18:02.000000000 +0000
+++ src/polybori-0.8.0/Cudd/cudd/cudd.h	2012-02-09 03:19:20.000000000 +0000
@@ -82,6 +82,12 @@
 
 #endif
 
+#ifdef __cplusplus
+#include <cstdio>
+#else
+#include <stdio.h>
+#endif
+
 #ifdef __cplusplus
 extern ""C"" {
 #endif
}}}

This patch should be harmless to all builds under other OS.


----
Duplicate of #13124.",defect,closed,major,sage-duplicate/invalid/wontfix,porting: BSD,duplicate,FreeBSD polybori,AlexanderDreyer,,"Fixed upstream, in a later stable release.","Stephen Montgomery-Smith, Alexander Dreyer, Karl-Dieter Crisman",,,#13124,
