ports/162014: [PATCH] Use libtool while building math/fftw3

Xin LI delphij at FreeBSD.org
Tue Oct 25 19:20:11 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list