diff -r d5bab3427828 -r 77a2e608a1ff open-src/font/Makefile.inc --- a/open-src/font/Makefile.inc Fri Feb 19 16:57:44 2016 -0800 +++ b/open-src/font/Makefile.inc Mon Feb 22 16:57:16 2016 -0800 @@ -1,6 +1,6 @@ # -*- Makefile -*- rules common to most X.Org font modules # -# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -95,8 +95,8 @@ MODTYPE_LD_OPTIONS= # Paths to find mkfontscale, fc-cache & the libraries they need in build area -FONT_UTILS_PATH=$(PROTODIR)$(X11_DIR)/bin:$(PROTODIR)/usr/bin -FONT_LIBS_PATH=$(PROTODIR)$(X11_SERVERLIBS_DIR)$(LIBSUBDIR_64):$(PROTODIR)$(X11_DIR)/lib$(LIBSUBDIR_64):$(PROTODIR)/usr/lib$(LIBSUBDIR_64) +FONT_UTILS_PATH=$(PROTODIR)/usr/bin +FONT_LIBS_PATH=$(PROTODIR)$(X11_SERVERLIBS_DIR)$(LIBSUBDIR_64):$(PROTODIR)/usr/lib$(LIBSUBDIR_64) # Additional environment variable options to GNU autoconf configure script MODTYPE_CONFIG_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \