diff options
Diffstat (limited to 'sysutils/xfce4-systemload-plugin/files/patch-configure')
-rw-r--r-- | sysutils/xfce4-systemload-plugin/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/xfce4-systemload-plugin/files/patch-configure b/sysutils/xfce4-systemload-plugin/files/patch-configure new file mode 100644 index 000000000..32a52a34a --- /dev/null +++ b/sysutils/xfce4-systemload-plugin/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Jul 23 22:20:56 2003 ++++ configure Fri Aug 1 12:56:48 2003 +@@ -19567,7 +19568,7 @@ + + echo "$as_me:$LINENO: checking where to install panel plugins" >&5 + echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6 +- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0` ++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins + + echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5 + echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6 |