# HG changeset patch # User Alan Coopersmith # Date 1201129328 28800 # Node ID 0cadb6330f7c6be46c55ebae36ef8cd95e794072 # Parent 604d0a133b7a91061a21577ca6eea771fb2d08ae 6652947 Bold font emulation in Xft is disabled after nevada b80 diff -r 604d0a133b7a -r 0cadb6330f7c open-src/lib/Makefile.inc --- a/open-src/lib/Makefile.inc Wed Jan 23 13:52:34 2008 -0800 +++ b/open-src/lib/Makefile.inc Wed Jan 23 15:02:08 2008 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- rules common to most X.Org library modules # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use subject to license terms. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -28,7 +28,7 @@ # or other dealings in this Software without prior written authorization # of the copyright holder. # -# @(#)Makefile.inc 1.8 08/01/16 +# @(#)Makefile.inc 1.9 08/01/23 # PWD:sh=pwd @@ -64,9 +64,13 @@ # Environment variable options to GNU autoconf configure script THIS_LIB_CFLAGS=$(LIB_CFLAGS) -I$(PROTODIR)/usr/X11/include $(LIB_ADD_CFLAGS) +# Use proto area for building against current library versions +LIB_LD_OPTIONS = $(LIB_REQUIRED_LDFLAGS) \ + -L$(PROTODIR)$(X11_DIR)/lib$(LIBSUBDIR) $(LIB_ADD_LD_OPTIONS) + CONFIG_ENV = CC=$(CC) CFLAGS="$(THIS_LIB_CFLAGS)" LD="$(LD) $(LDFLAGS)" \ CPPFLAGS="-I $(PROTODIR)$(X11_INCLUDES_DIR) $(LIB_ADD_CPPFLAGS)" \ - LDFLAGS="$(LIB_LDFLAGS) -L$(PROTODIR)$(X11_DIR)/lib$(ARCHLIBSUBDIR)" \ + LDFLAGS="$(LIB_LDFLAGS) -L$(PROTODIR)$(X11_DIR)/lib$(ARCHLIBSUBDIR) -L$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)" \ PKG_CONFIG_PATH=$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)/pkgconfig:$(TOP)/common/pc-files/$(BUILD_DIR):/usr/lib$(ARCHLIBSUBDIR)/pkgconfig \ INSTALL="$(TOP)/common/install-sh -c" CPPROG="cp -p" \ LIB_MAN_SUFFIX=$(LIB_MAN_SUFFIX) $(LIB_ADD_CONFIG_ENV) @@ -79,11 +83,7 @@ build_gen: $(LIB_BUILT) $(LIB_BUILT): $(SOURCE_DIR)/Makefile $(LIB_ADD_BUILD_DEPS) - (cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_REQUIRED_LDFLAGS) $(LIB_ADD_LD_OPTIONS)" $(MAKE) $(MFLAGS) $(LIB_ADD_MAKEFLAGS) ) - -# Use proto area for building against current library versions -LIB_LD_OPTIONS = $(LIB_REQUIRED_LDFLAGS) \ - -L$(PROTODIR)$(X11_DIR)/lib$(LIBSUBDIR) $(LIB_ADD_LD_OPTIONS) + (cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_LD_OPTIONS)" $(MAKE) $(MFLAGS) $(LIB_ADD_MAKEFLAGS) ) install_gen:: $(LIB_BUILT) (cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_LD_OPTIONS)" $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) libdir=$(LIB_PREFIX)/lib$(LIB_ADD_SUBDIR)$(ARCHLIBSUBDIR) install pkgconfigdir=/usr/lib$(ARCHLIBSUBDIR)/pkgconfig $(LIB_ADD_MAKEFLAGS)) diff -r 604d0a133b7a -r 0cadb6330f7c open-src/lib/libXft/Makefile --- a/open-src/lib/libXft/Makefile Wed Jan 23 13:52:34 2008 -0800 +++ b/open-src/lib/libXft/Makefile Wed Jan 23 15:02:08 2008 -0800 @@ -2,7 +2,7 @@ # # Xft 2.x Makefile # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use subject to license terms. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -30,7 +30,7 @@ # or other dealings in this Software without prior written authorization # of the copyright holder. # -# @(#)Makefile 1.10 07/08/28 +# @(#)Makefile 1.11 08/01/23 # PWD:sh=pwd @@ -61,18 +61,20 @@ # Paths to find libraries at build time (LD_LIBRARY_PATH) # and run time (LD_RUN_PATH) and freetype-config binary at build time (PATH) -LIBPATHS = LD_LIBRARY_PATH=$(PROTODIR)/usr/sfw/lib$(LIBSUBDIR):$(PROTODIR)/usr/openwin/lib$(LIBSUBDIR):/usr/sfw/lib$(LIBSUBDIR) LD_RUN_PATH=/usr/sfw/lib$(LIBSUBDIR) PATH=$(PROTODIR)/usr/sfw/bin$(LIBSUBDIR):$(PATH) +LIBPATHS = LD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(LIBSUBDIR):$(PROTODIR)/usr/openwin/lib$(LIBSUBDIR):/usr/sfw/lib$(LIBSUBDIR) LD_RUN_PATH=/usr/sfw/lib$(LIBSUBDIR) PATH=$(PROTODIR)/usr/bin$(LIBSUBDIR):$(PATH) +LIB_ADD_LD_OPTIONS= -L$(PROTODIR)/usr/lib$(LIBSUBDIR) + LIB_ADD_MAKEFLAGS = bindir=$(XFT_prefix)/bin$(ARCHLIBSUBDIR) # Include Paths - need headers for fontconfig & freetype from build area -LIB_ADD_CFLAGS = -I$(PROTODIR)/usr/include -I$(PROTODIR)/usr/sfw/include +LIB_ADD_CFLAGS = -I$(PROTODIR)/usr/include -I$(PROTODIR)/usr/X11/include # Library built in tree LIB_BUILT=$(BUILD_DIR)/.libs/libXft.so.2 # Mapfile used to control which symbols are exported XFT_MAPFILE=$(PWD)/mapfile.scope -LIB_ADD_LD_OPTIONS=-M$(XFT_MAPFILE) -lX11 +LIB_ADD_LD_OPTIONS += -M$(XFT_MAPFILE) -lX11 # pkg-config files that need to have -R added FIX_PC_FILES=xft.pc.in