diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 14:42:01 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 14:42:01 +0000 |
commit | f7892fcf14c61546c8cdd4cc4ac47be06ac34ec5 (patch) | |
tree | 6a0993b5102b58813a5d44f1913ca6d3c6276eda /x11-clocks | |
parent | Add med 2.1.5, modélisation et Échanges de Données. (diff) |
fix build on CURRENT (not-needed, on 5 non-existent header-include removed)
Pointed out by: kris (bento)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=85455
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmbinclock/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-clocks/wmbinclock/Makefile b/x11-clocks/wmbinclock/Makefile index e1bdb431e0b3..9d4a155aa53c 100644 --- a/x11-clocks/wmbinclock/Makefile +++ b/x11-clocks/wmbinclock/Makefile @@ -16,8 +16,12 @@ COMMENT= A binary clock in a windowmaker applet USE_X_PREFIX= yes USE_GMAKE= yes USE_XPM= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/wmBinClock +post-patch: + @${REINPLACE_CMD} -e 's|#include <values.h>||' ${WRKSRC}/wmBinClock.c + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmBinClock ${PREFIX}/bin |