From 90abb24f53e9d8c2428c70b483b38627d2bae3ae Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 29 Sep 2004 05:45:34 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- x11-toolkits/wmapp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-toolkits/wmapp') diff --git a/x11-toolkits/wmapp/Makefile b/x11-toolkits/wmapp/Makefile index defd362d10e7..dc11600120f8 100644 --- a/x11-toolkits/wmapp/Makefile +++ b/x11-toolkits/wmapp/Makefile @@ -23,6 +23,12 @@ CFLAGS+= -I${X11BASE}/include ALL_TARGET= # empty PLIST_FILES= lib/libwmapp.a +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e "s|export |#export |g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/xwrapper.h @@ -44,4 +50,4 @@ do-install: @${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} .endif -.include +.include -- cgit v1.2.3