diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-14 19:56:54 +0000 | 
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-14 19:56:54 +0000 | 
| commit | 42b4ee580c3fee87cccf1eea017b1691b7e14a90 (patch) | |
| tree | 7f03c57e1b12c3d8d7308177e2d1eefeb3876c66 | |
| parent | - Add CONFLICTS for sysutils/lbl-cf sysutils/lbl-hf (diff) | |
- Mark BROKEN on CURRENT: ptr.h:68: error: conflicting types for 'memrchr'
Reported by:	pointyhat
Notes
Notes:
    svn path=/head/; revision=213056
| -rw-r--r-- | games/powwow/Makefile | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 055cdc22aa5b..589d33ff8213 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -19,6 +19,12 @@ CONFIGURE_ARGS+=	--enable-bsd  MAN6=		powwow.6 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800034 +BROKEN=		does not compile +.endif +  pre-build:  	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/defines.h \  		${WRKSRC}/list.c ${WRKSRC}/main.c ${WRKSRC}/cmd2.c ${WRKSRC}/beam.c @@ -30,4 +36,4 @@ do-install:  	${INSTALL_DATA} ${WRKSRC}/powwow.doc ${DATADIR}  	${INSTALL_DATA} ${WRKSRC}/powwow.help ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> | 
