From b9d47b1c42fea1da3e5ab088808cba4cc6520011 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 2 Dec 2002 00:31:53 +0000 Subject: BROKEN: Does not compile on 5.0 --- news/grn/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'news/grn') diff --git a/news/grn/Makefile b/news/grn/Makefile index aa5a3cf28126..851aba83c2ec 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -23,6 +23,12 @@ CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile" +.endif + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ @@ -32,4 +38,4 @@ pre-patch: 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' -.include +.include -- cgit v1.2.3