diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-14 20:47:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-14 20:47:24 +0000 |
commit | 022881b1892cc2ea7ca0959bd7ff3e1753c4e5d7 (patch) | |
tree | 473fd08af0f0a5395d79f8f0289b655421b377d9 /x11-wm/emerald/files | |
parent | remove old (diff) | |
download | historical-022881b1892cc2ea7ca0959bd7ff3e1753c4e5d7.tar.gz historical-022881b1892cc2ea7ca0959bd7ff3e1753c4e5d7.tar.bz2 historical-022881b1892cc2ea7ca0959bd7ff3e1753c4e5d7.zip |
Use Requires.private and Libs.private instead of Requires and Libs wrt #380197 by Diego Elio Pettenò
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/emerald/files')
-rw-r--r-- | x11-wm/emerald/files/emerald-0.8.4-pkgconfig-pollution.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/emerald/files/emerald-0.8.4-pkgconfig-pollution.patch b/x11-wm/emerald/files/emerald-0.8.4-pkgconfig-pollution.patch new file mode 100644 index 000000000000..047d8dfad786 --- /dev/null +++ b/x11-wm/emerald/files/emerald-0.8.4-pkgconfig-pollution.patch @@ -0,0 +1,12 @@ +--- libengine/emeraldengine.pc.in ++++ libengine/emeraldengine.pc.in +@@ -7,6 +7,7 @@ + Description: Library for Emerald Engines + Version: @VERSION@ + +-Requires: @EMERALD_REQUIRES@ +-Libs: @EMERALD_LIBS@ ++Requires.private: @EMERALD_REQUIRES@ ++Libs: -L${libdir} -lemeraldengine ++Libs.private: @EMERALD_LIBS@ + Cflags: @EMERALD_CFLAGS@ -I${includedir}/emerald |