[Bug 239481] lang/maude: fix build on GCC architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 29 19:37:51 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239481

--- Comment #2 from commit-hook at 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 and
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=localbase:ldflags.

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

Changes:
  head/lang/maude/Makefile

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


More information about the freebsd-ports-bugs mailing list