diff options
author | vs <vs@FreeBSD.org> | 2004-05-04 21:56:39 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-04 21:56:39 +0800 |
commit | 1a12a395a5738f437d5c2e678c9f7e6911e9e80a (patch) | |
tree | 8368319da2f3a8410b8ff9e4bdcef60cd5c07a2e /math/taucs/Makefile | |
parent | 1d38f876d2c8407304922bd5fe5ead996c4cff05 (diff) | |
download | freebsd-ports-gnome-1a12a395a5738f437d5c2e678c9f7e6911e9e80a.tar.gz freebsd-ports-gnome-1a12a395a5738f437d5c2e678c9f7e6911e9e80a.tar.zst freebsd-ports-gnome-1a12a395a5738f437d5c2e678c9f7e6911e9e80a.zip |
Unbreak on -STABLE.
Having -pipe in CFLAGS would break the build:
http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673
Approved by: linimon (mentor)
Diffstat (limited to 'math/taucs/Makefile')
-rw-r--r-- | math/taucs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.pre.mk> -.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 |