ports/x11-clocks/abclock/files/patch-abclock.c
Koichiro Iwao 89cd19be8d x11-clocks/abclock: Unbreak & assign to submitter
- Add USES=xorg and bump PORTREVISION
- Defince LICENSE
- Regenerate patches
- Update MASTER_SITES and WWW
- and some cosmetic changes

PR:		241100
Submitted by:	m.ne@gmx.net
2019-10-06 16:25:26 +00:00

11 lines
228 B
C

--- abclock.c.orig 2006-03-13 07:51:41 UTC
+++ abclock.c
@@ -30,7 +30,7 @@
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
-#include <values.h>
+#include <float.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>