Date: Tue, 19 Oct 2004 05:00:54 GMT From: Michael Johnson <ahze@ahze.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71325: [NEW PORT] math/ldouble: Long double math precision functions Message-ID: <200410190500.i9J50sbd075156@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/71325; it has been noted by GNATS. From: Michael Johnson <ahze@ahze.net> To: freebsd-gnats-submit@FreeBSD.org, ahze@ahze.net Cc: Subject: Re: ports/71325: [NEW PORT] math/ldouble: Long double math precision functions Date: Tue, 19 Oct 2004 00:56:17 -0400 --=-8bhJlXiFMJ4ooO8hhkbB Content-Type: text/plain Content-Transfer-Encoding: 7bit Install a header that might be needed if anything other than fftw ever uses this port. Michael --=-8bhJlXiFMJ4ooO8hhkbB Content-Description: Content-Disposition: attachment; filename=patch-ldouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --- Makefile.orig 15 Sep 2004 16:32:16 -0000 +++ Makefile 19 Oct 2004 04:50:48 -0000 @@ -19,7 +19,8 @@ MAKEFILE= makefile USE_REINPLACE= yes -PLIST_FILES= lib/libml.a +PLIST_FILES= lib/libml.a \ + include/mathl.h PORTDOCS= ldoubdoc.html post-patch: @@ -32,5 +33,6 @@ @${INSTALL_DATA} ${WRKSRC}/ldoubdoc.html ${DOCSDIR} .endif @${INSTALL_DATA} ${WRKSRC}/libml.a ${PREFIX}/lib + @${INSTALL_DATA} ${WRKSRC}/protos.h ${PREFIX}/include/mathl.h .include <bsd.port.mk> --=-8bhJlXiFMJ4ooO8hhkbB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410190500.i9J50sbd075156>