[Bug 201256] [patch] x11/libXpm: fix build with devel/gettext-runtime installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 1 18:02:04 UTC 2015


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 at FreeBSD.org
          Reporter: s3erios at gmail.com
                CC: autotools at FreeBSD.org, x11 at FreeBSD.org
          Keywords: patch
                CC: autotools at FreeBSD.org, x11 at 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.


More information about the freebsd-ports-bugs mailing list