Summary: | [patch] math/libqalculate: Fix build without NLS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kevin Zheng <kevinz5000> | ||||
Component: | Individual Port(s) | Assignee: | Jason E. Hale <jhale> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(jhale) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Auto-assigned to maintainer jhale@FreeBSD.org Testing @work. I can reproduce the build-fail with NLS off. Fixed in r379103, thanks for the patch. Fix breaks case with NLS on. Testing fix suggested by tijl. A commit references this bug: Author: pi Date: Mon Feb 16 21:19:26 UTC 2015 New revision: 379112 URL: https://svnweb.freebsd.org/changeset/ports/379112 Log: math/libqalculate: really fix build in poudriere with both NLS cases PR: 195908 Submitted by: tijl Changes: head/math/libqalculate/Makefile |
Created attachment 150494 [details] Patch to fix build without NLS math/libqalculate fails to build without NLS. It appears that gettext must be supplied as a dependency all the time, or `configure` will fail.