Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2019 19:37:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239481] lang/maude: fix build on GCC architectures
Message-ID:  <bug-239481-7788-YoVlW7qtY8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239481-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239481-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239481

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Thu Aug 29 19:37:17 UTC 2019
New revision: 510181
URL: https://svnweb.freebsd.org/changeset/ports/510181

Log:
  lang/maude: fix build on GCC architectures

  Don't link unconditinally with $NCURSESLIB. When NCURSESLIB is /usr/lib a=
nd
the system compiler is base GCC, GCC from ports (currently GCC9) is used.
Passing -L/usr/lib makes GCC try to link to base libstdc++ instead the one =
from
ports.

  Also add USES=3Dlocalbase:ldflags.

  PR:           239481
  Approved by:  linimon (mentor), greg@unrelenting.technology (maintainer)
  Differential Revision:        https://reviews.freebsd.org/D21397

Changes:
  head/lang/maude/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239481-7788-YoVlW7qtY8>