diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-07 16:51:39 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-07 16:51:39 +0000 |
commit | 3da156a6a891758be258d7e64ca73256fd5a9d2b (patch) | |
tree | 3437aa0853c22d9ec56db09e94092d39eb3811cc /deskutils/xfce4-notes-plugin/files | |
parent | c5b6610aae4fbbe82b4ce69746fff84e33659bd2 (diff) | |
download | FreeBSD-ports-3da156a6a891758be258d7e64ca73256fd5a9d2b.zip FreeBSD-ports-3da156a6a891758be258d7e64ca73256fd5a9d2b.tar.gz |
Add xfce4-notes 0.9, sticky notes panel plugin for XFce4.
PR: ports/57671
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Diffstat (limited to 'deskutils/xfce4-notes-plugin/files')
-rw-r--r-- | deskutils/xfce4-notes-plugin/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/xfce4-notes-plugin/files/patch-configure b/deskutils/xfce4-notes-plugin/files/patch-configure new file mode 100644 index 0000000..53b00d1 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Sun Oct 5 02:45:14 2003 ++++ configure Mon Oct 6 20:22:50 2003 +@@ -19530,7 +19530,8 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -19824,7 +19825,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 |