freebsd-ports/x11-wm/wmii-devel/files/patch-cmd_wmiir.c
Rodrigo Osorio 16b2a474d1 Fix whith -fno-common in FreeBSD 13
Lastest version of llvm introduced in
FreeBSD 13 has the flag -fno-common
enabled by default. Fix the issue.
2020-11-02 14:39:51 +00:00

10 lines
265 B
C

--- cmd/wmiir.c.orig 2020-10-18 16:14:32 UTC
+++ cmd/wmiir.c
@@ -1,6 +1,7 @@
/* Copyight ©2007-2010 Kris Maglione <fbsdaemon@gmail.com>
* See LICENSE file for license details.
*/
+#define EXTERN
#define IXP_NO_P9_
#define IXP_P9_STRUCTS
#include <stdio.h>