diff options
Diffstat (limited to 'x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch')
-rw-r--r-- | x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch b/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch new file mode 100644 index 00000000000..047d8dfad78 --- /dev/null +++ b/x11-wm/emerald/files/emerald-0.8.8-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 |