On 11/08/13 23:02, Gilles Dartiguelongue (eva) wrote:
eva         13/08/11 20:02:08

   Added:                system-config-printer-common-1.4.1-split.patch
   Log:
   464958 478656 Version bump, bug #464958. Move to python-single-r1 and 
EAPI=5. Always install systemd unit files and fix path to udev helpers with an 
updated 'split' patch, bug #478656.

   (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, RepoMan options: --force, 
signed Manifest commit with key C6085806)

Revision  Changes    Path
1.1                  
app-admin/system-config-printer-common/files/system-config-printer-common-1.4.1-split.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/files/system-config-printer-common-1.4.1-split.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/files/system-config-printer-common-1.4.1-split.patch?rev=1.1&content-type=text/plain

Index: system-config-printer-common-1.4.1-split.patch
===================================================================
--- a/Makefile.am       2013-08-11 23:10:53.838280533 +0200
+++ b/Makefile.am       2013-08-11 23:31:55.429404471 +0200
[ ... ]
  if UDEV_RULES
-udevrulesdir=$(sysconfdir)/udev/rules.d
+udevrulesdir=$(shell pkg-config --variable=udevdir udev)/rules.d

Calling `pkg-config` directly from Makefile.am doesn't work for cross compiling configure.ac by PKG_PROG_PKG_CONFIG initializes $PKG_CONFIG which should be used


Reply via email to