Fix build on arches other than i386.
Reported by: pointyhat via kris
This commit is contained in:
parent
19a6e2d413
commit
e7e8131be9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150664
2 changed files with 28 additions and 0 deletions
14
sysutils/conky-awesome/files/patch-src-freebsd.c
Normal file
14
sysutils/conky-awesome/files/patch-src-freebsd.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- src/freebsd.c.orig Fri Dec 9 16:24:52 2005
|
||||
+++ src/freebsd.c Fri Dec 9 16:25:12 2005
|
||||
@@ -741,9 +741,9 @@
|
||||
return out;
|
||||
}
|
||||
|
||||
+#endif
|
||||
+
|
||||
/* empty stub so conky links */
|
||||
void free_all_processes( void )
|
||||
{
|
||||
}
|
||||
-
|
||||
-#endif
|
14
sysutils/conky/files/patch-src-freebsd.c
Normal file
14
sysutils/conky/files/patch-src-freebsd.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- src/freebsd.c.orig Fri Dec 9 16:24:52 2005
|
||||
+++ src/freebsd.c Fri Dec 9 16:25:12 2005
|
||||
@@ -741,9 +741,9 @@
|
||||
return out;
|
||||
}
|
||||
|
||||
+#endif
|
||||
+
|
||||
/* empty stub so conky links */
|
||||
void free_all_processes( void )
|
||||
{
|
||||
}
|
||||
-
|
||||
-#endif
|
Loading…
Reference in a new issue