From 5fe4e095a84bc825a45e67e6ea5634ab7d02c372 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 19 Mar 2006 21:48:01 +0000 Subject: - Does not compile on 4.X Reported by: krismail --- x11-wm/jwm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-wm/jwm') diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 3049fcab7700..ee9c8ce756bb 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -26,6 +26,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ MAN1= jwm.1 +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/example.jwmrc @@ -38,4 +44,4 @@ do-install: fi ${INSTALL_MAN} ${WRKSRC}/jwm.1 ${MANPREFIX}/man/man1/ -.include +.include -- cgit v1.2.3