NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: xsrc/47890: /usr/X11R7/lib/pkgconfig/fontconfig.pc has wrong version number



The following reply was made to PR xsrc/47890; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: re: xsrc/47890: /usr/X11R7/lib/pkgconfig/fontconfig.pc has wrong 
version number
Date: Thu, 06 Jun 2013 07:48:02 +1000

 > >  did you perform an update build?  x11 .pc files don't get rebuilt
 > >  properly.  please see the UPDATING entry for 20130530, which will
 > >  apply for about 6 or 8 more updates.
 > 
 > Hi,
 > I did clean build, not update build.
 > 
 > By the way, the following patch may solve the problem.
 > 
 > Thanks for your update.
 > 
 > Index: Makefile
 > ===================================================================
 > RCS file: /cvsroot/src/external/mit/xorg/lib/fontconfig/src/Makefile,v
 > retrieving revision 1.12
 > diff -u -r1.12 Makefile
 > --- Makefile 3 Jun 2013 20:23:39 -0000       1.12
 > +++ Makefile 5 Jun 2013 08:03:29 -0000
 > @@ -122,7 +122,7 @@
 >  
 >  PKGCONFIG=  fontconfig
 >  # fontconfig uses VERSION and not PACKAGE_VERSION
 > -PKGCONFIG_VERSION.fontconfig=       2.6.0
 > +PKGCONFIG_VERSION.fontconfig=       2.10.93
 >  
 >  # XXX
 >  CPPFLAGS.fcxml.c=   -Wno-error
 
 oh boy, let me see if i can avoid having to hard code that.
 
 thanks for the analysis.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index