Date: Wed, 01 Jul 2015 18:02:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201256] [patch] x11/libXpm: fix build with devel/gettext-runtime installed Message-ID: <bug-201256-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201256 Bug ID: 201256 Summary: [patch] x11/libXpm: fix build with devel/gettext-runtime installed Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: s3erios@gmail.com CC: autotools@FreeBSD.org, x11@FreeBSD.org Keywords: patch CC: autotools@FreeBSD.org, x11@FreeBSD.org Created attachment 158229 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158229&action=edit Makefile.diff By default, configure autodetects the gettext library - and if it exists, then it will be added as cxpm/sxpm dependency. As a result: 1) build may fail if devel/gettext-tools port is not installed and 2) the port has implicit dependency to devel/gettext-runtime in case of success. Fix: disable gettext autodetection (i.e., set ac_cv_search_gettext=no in CONFIGURE_ENV) Also, add INSTALL_TARGET=install-strip -- 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-201256-13>