Bug 241596 - databases/pointcloud: fix build on GCC architectures
Summary: databases/pointcloud: fix build on GCC architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-30 20:47 UTC by Piotr Kubaj
Modified: 2019-10-31 16:45 UTC (History)
1 user (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
patch (977 bytes, patch)
2019-10-30 20:47 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (lbartoletti)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-10-30 20:47:59 UTC
Created attachment 208709 [details]
patch

Remove -L/usr/lib from LDFLAGS. It causes the compiler to try to link to base libstdc++, in case it's present.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-10-31 12:56:09 UTC
Approved as mentor (builds on ppcports) pending maintainer review.
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2019-10-31 16:34:48 UTC
build is ok on 10/11/HEAD i386/amd64.

Thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-10-31 16:45:19 UTC
A commit references this bug:

Author: pkubaj
Date: Thu Oct 31 16:44:39 UTC 2019
New revision: 516176
URL: https://svnweb.freebsd.org/changeset/ports/516176

Log:
  databases/pointcloud: fix build on GCC architectures

  Remove -L/usr/lib from LDFLAGS. It causes the compiler to try to link to base libstdc++, in case it's present.

  PR:		241596
  Approved by:	lbartoletti@tuxfamily.org (maintainer), linimon (mentor)

Changes:
  head/databases/pointcloud/files/patch-configure.ac