diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-09 14:43:22 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-09 14:43:22 +0000 |
commit | 19959200286ae6f0045cf949b434742d5c8bf6c4 (patch) | |
tree | 0c433b23a9a2f736bcd985da3cfb0e64d7bd2664 /x11-clocks/buici-clock | |
parent | 2f1fd356e098abec52674f0383ee9a7c4df3dc14 (diff) | |
download | ports-19959200286ae6f0045cf949b434742d5c8bf6c4.tar.gz ports-19959200286ae6f0045cf949b434742d5c8bf6c4.zip |
Unbreak:
- Add dependency on bison
- build-fix on 4.X (me)
PR: ports/74722
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=123565
Diffstat (limited to 'x11-clocks/buici-clock')
-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> |