Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2011 19:13:16 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bf@FreeBSD.org
Subject:   ports/162014: [PATCH] Use libtool while building math/fftw3
Message-ID:  <201110251913.p9PJDGA1061599@freefall.freebsd.org>
Resent-Message-ID: <201110251920.p9PJKAAA063657@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162014
>Category:       ports
>Synopsis:       [PATCH] Use libtool while building math/fftw3
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 25 19:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
iXsystems, Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


>Description:
	fftw3 is not using libtool properly.
>How-To-Repeat:
	Build fftw3 on 10-CURRENT with libtool updated
to 2.4.2 or any fixed version of libtool.
>Fix:

--- fftw3.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/fftw3/Makefile,v
retrieving revision 1.68
diff -u -r1.68 Makefile
--- Makefile	22 Oct 2011 16:02:55 -0000	1.68
+++ Makefile	25 Oct 2011 19:01:58 -0000
@@ -25,6 +25,7 @@
 USE_GNOME=	gnomehack pkgconfig
 USE_PERL5_BUILD=yes
 USE_LDCONFIG=	yes
+USE_AUTOTOOLS=	libtool
 
 CONFIGURE_ARGS =	--enable-shared --enable-threads --disable-fortran
 CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
--- fftw3.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110251913.p9PJDGA1061599>