diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-29 16:21:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-29 16:21:06 +0000 |
commit | ad9045acccb04967dbf8613758c079b706982f26 (patch) | |
tree | eaff9a33896fa957b5974403a222f934bb4e9d7f /xfce-extra/xfce4-sensors-plugin/files | |
parent | Version bump for dev channel release. (diff) | |
download | historical-ad9045acccb04967dbf8613758c079b706982f26.tar.gz historical-ad9045acccb04967dbf8613758c079b706982f26.tar.bz2 historical-ad9045acccb04967dbf8613758c079b706982f26.zip |
Fix missing -I flag for libxfce4panel headers.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin/files')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch b/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch new file mode 100644 index 000000000000..0048608d3a9e --- /dev/null +++ b/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-missing_includedir.patch @@ -0,0 +1,14 @@ +Missing -I flag for libxfce4panel/xfce-panel-plugin.h: No such file or directory + +--- src/Makefile.am ++++ src/Makefile.am +@@ -27,7 +27,8 @@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBSENSORS_CFLAGS@ \ + @LIBXFCE4UTIL_CFLAGS@ \ +- @LIBXFCEGUI4_CFLAGS@ ++ @LIBXFCEGUI4_CFLAGS@ \ ++ @LIBXFCE4PANEL_CFLAGS@ + + # @GTK_CFLAGS@ \ + # @GLIB_CFLAGS@ \ |