[Bug 1161963] New: freetype-config returns wrong include path

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 9 21:42:50 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1161963

            Bug ID: 1161963
           Summary: freetype-config returns wrong include path
           Product: Fedora
           Version: 21
         Component: freetype
          Assignee: mkasik at redhat.com
          Reporter: chkr at plauener.de
        QA Contact: extras-qa at fedoraproject.org
                CC: behdad at fedoraproject.org,
                    fonts-bugs at lists.fedoraproject.org,
                    kevin at tigcc.ticalc.org, mkasik at redhat.com



Description of problem:
freetype-config returns a wrong inlude path when using the --prefix parameter

Version-Release number of selected component (if applicable):
freetype-devel-2.5.3-8.fc21.x86_64

How reproducible:
100%

Steps to Reproduce & Actual results:
$ freetype-config --cflags
-I/usr/include/freetype2
$ freetype-config --prefix=/usr --cflags
-I/usr/include


Expected results:
$ freetype-config --cflags
-I/usr/include/freetype2
$ freetype-config --prefix=/usr --cflags
-I/usr/include/freetype2

Additional Info:
- works fine up to Fedora 20
- broken in rawhide and Fedora 21
- this breaks scummvm's configure script which calls freetype-config with the
--prefix parameter...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Iceu3XrXAn&a=cc_unsubscribe


More information about the fonts-bugs mailing list