Bug 234399 - print/harfbuzz: fix build on GCC-based architectures
Summary: print/harfbuzz: fix build on GCC-based architectures
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-25 12:54 UTC by Mark Linimon
Modified: 2018-12-25 23:27 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
patch to print/harfbuzz/Makefile (362 bytes, patch)
2018-12-25 12:54 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2018-12-25 12:54:44 UTC
Created attachment 200502 [details]
patch to print/harfbuzz/Makefile

The masterport needs compiler:c++11-lang in USES to build on GCC-based architectures.

Tested on: amd64, powerpc64

Suggested by: jhibbits
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2018-12-25 14:18:42 UTC
This port already has USES=compiler:c++11-lib in line 17:
https://svnweb.freebsd.org/ports/head/print/harfbuzz/Makefile?view=markup
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2018-12-25 14:19:13 UTC
Moreover, it builds for me on powerpc64.