diff options
author | 2010-07-04 08:46:54 +0000 | |
---|---|---|
committer | 2010-07-04 08:46:54 +0000 | |
commit | a5f80966f871b92493792caf5deb1eb73dea13c4 (patch) | |
tree | 528e36a7b9d14926375fa94ef143731b96f4021c /x11-wm/pekwm/files | |
parent | Version bump. (diff) | |
download | gentoo-2-a5f80966f871b92493792caf5deb1eb73dea13c4.tar.gz gentoo-2-a5f80966f871b92493792caf5deb1eb73dea13c4.tar.bz2 gentoo-2-a5f80966f871b92493792caf5deb1eb73dea13c4.zip |
Properly detect libpng if USE="-truetype" wrt bug 326803. Thanks to Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> for report and patch.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/pekwm/files')
-rw-r--r-- | x11-wm/pekwm/files/pekwm-0.1.12-configure.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/pekwm/files/pekwm-0.1.12-configure.patch b/x11-wm/pekwm/files/pekwm-0.1.12-configure.patch new file mode 100644 index 000000000000..a1ce351917d4 --- /dev/null +++ b/x11-wm/pekwm/files/pekwm-0.1.12-configure.patch @@ -0,0 +1,15 @@ +Allows to properly detect libpng if USE="-truetype" + +https://bugs.gentoo.org/show_bug.cgi?id=326803 + +Patch written by Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> +--- configure.ac ++++ configure.ac +@@ -10,6 +10,7 @@ + AC_PROG_CXX + AC_PROG_INSTALL + AC_PROG_SED ++PKG_PROG_PKG_CONFIG + + AC_LANG_CPLUSPLUS + |