NetBSD-Bugs archive

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

Re: xsrc/40503



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

From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: xsrc/40503
Date: Fri, 13 Mar 2009 11:24:21 +0200

 The described problem applies to fontconfig as well.
 
 NetBSD camus.bitnet 5.99.7 NetBSD 5.99.7 (GENERIC_LOCAL)
 #0: Sun Mar  8 06:26:11 EET 2009
 root%camus.bitnet@localhost:/var/tmp/obj/sys/arch/amd64/compile/GENERIC_LOCAL 
amd64
 
 A workaround:
 
 --- Makefile.orig       2009-03-13 11:06:44.000000000 +0200
 +++ Makefile    2009-03-13 11:11:08.000000000 +0200
 @@ -69,6 +69,12 @@
         expat           ${.CURDIR}/../../expat \
         freetype        ${.CURDIR}/../../freetype
  
 +# Like freetype, fontconfig has problems with FORTIFY_SOURCE.
 +#
 +.if defined(USE_FORT) && ${USE_FORT} != no
 +USE_FORT=no
 +.endif
 +
  # XXX FONTCONFIG_PATH was arbitrarily chosen
  CPPFLAGS+=     -DFONTCONFIG_PATH='"/etc/fonts"' \
                 -DFC_DEFAULT_FONTS='"${X11FONTDIR}"' \
 


Home | Main Index | Thread Index | Old Index