From 1a12a395a5738f437d5c2e678c9f7e6911e9e80a Mon Sep 17 00:00:00 2001 From: vs Date: Tue, 4 May 2004 13:56:39 +0000 Subject: Unbreak on -STABLE. Having -pipe in CFLAGS would break the build: http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673 Approved by: linimon (mentor) --- math/taucs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/taucs/Makefile') diff --git a/math/taucs/Makefile b/math/taucs/Makefile index d7fcb4fe7a00..99652af7774b 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -26,9 +26,8 @@ ALL_TARGET= .include -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile" -.endif +post-configure: + cd ${WRKSRC}; ${PATCH} <${FILESDIR}/extra-patch-build-FreeBSD-makefile do-install: @${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD/libtaucs.a ${PREFIX}/lib -- cgit