diff options
author | vs <vs@FreeBSD.org> | 2004-12-09 22:43:22 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-09 22:43:22 +0800 |
commit | 7ae8f9d1b4b848993753569c071d38075e34bdb0 (patch) | |
tree | f73e4ac680e1a6e811da9e7c4406c129e65741a2 /x11-clocks | |
parent | a7e44e6fc5dff9af80b419b43d3e69723cf0178a (diff) | |
download | freebsd-ports-gnome-7ae8f9d1b4b848993753569c071d38075e34bdb0.tar.gz freebsd-ports-gnome-7ae8f9d1b4b848993753569c071d38075e34bdb0.tar.zst freebsd-ports-gnome-7ae8f9d1b4b848993753569c071d38075e34bdb0.zip |
Unbreak:
- Add dependency on bison
- build-fix on 4.X (me)
PR: ports/74722
Submitted by: maintainer
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/buici-clock/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/buici-clock/files/patch-xo::stats.h | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile index 0148879b5106..e3dce3fcb41e 100644 --- a/x11-clocks/buici-clock/Makefile +++ b/x11-clocks/buici-clock/Makefile @@ -16,8 +16,7 @@ COMMENT= Xlib implementation of an attractive, configurable clock WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -BROKEN= Build fails - +USE_BISON= yes USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/x11-clocks/buici-clock/files/patch-xo::stats.h b/x11-clocks/buici-clock/files/patch-xo::stats.h new file mode 100644 index 000000000000..8437a4ba7c80 --- /dev/null +++ b/x11-clocks/buici-clock/files/patch-xo::stats.h @@ -0,0 +1,11 @@ +--- xo/stats.h.orig Thu Dec 9 10:02:22 2004 ++++ xo/stats.h Thu Dec 9 10:03:35 2004 +@@ -39,6 +39,8 @@ + /* ----- Includes */ + + #include <sys/times.h> ++#include <sys/types.h> ++#include <sys/time.h> + #include <sys/resource.h> + #if defined (HAVE_MEMORY_H) + # include <memory.h> |