Date: Wed, 15 Feb 2012 02:15:43 GMT From: Pedro Giffuni <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/165160: math/coinmp needs to use libtool Message-ID: <201202150215.q1F2Fhct069721@red.freebsd.org> Resent-Message-ID: <201202150220.q1F2K96s027814@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165160 >Category: ports >Synopsis: math/coinmp needs to use libtool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 02:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD pcbsd-8714 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 14:14:29 PST 2011 root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64 >Description: While building coinmp as part of Apache OpenOffice Maho@ noticed coinmp doesn't consider by default the case of freebsd-elf when generating shared libraries. The solution is to run libtool. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN coinmp.orig/Makefile coinmp/Makefile --- coinmp.orig/Makefile 2012-02-14 16:37:55.000000000 -0500 +++ coinmp/Makefile 2012-02-14 21:08:00.000000000 -0500 @@ -21,7 +21,7 @@ CONFLICTS= clp-[0-9]* -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes .include <bsd.port.pre.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202150215.q1F2Fhct069721>