From 7efbf99a783496920ef00e02df65d0f653624065 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 5 Apr 2006 02:54:41 +0000 Subject: i[PATCH] audio/libofa: Mark broken on 4.x - Broken on 4.x, mark as such PR: ports/95331 Submitted by: Alexander Botero-Lowry --- audio/libofa/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/libofa/Makefile') diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index cf7ad4d51788..d77bdb0cc739 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -23,8 +23,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on FreeBSD < 5.x +.endif + post-configure: @${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \ ${WRKSRC}/Makefile -.include +.include -- cgit v1.2.3