diff options
author | marcus <marcus@FreeBSD.org> | 2009-12-08 08:19:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-12-08 08:19:01 +0800 |
commit | 8b2b8c3c47b36f55719c75eb63b5d597950804e3 (patch) | |
tree | 407b00476d3dc38426fb331809d9f56664b83c4f /deskutils/gnote | |
parent | 1e3445251ad0245e6428d3e6409f1d51e25f863e (diff) | |
download | freebsd-ports-gnome-8b2b8c3c47b36f55719c75eb63b5d597950804e3.tar.gz freebsd-ports-gnome-8b2b8c3c47b36f55719c75eb63b5d597950804e3.tar.zst freebsd-ports-gnome-8b2b8c3c47b36f55719c75eb63b5d597950804e3.zip |
Correct the path to the Bonobo server file.
Reported by: pointyhat via pav
Diffstat (limited to 'deskutils/gnote')
-rw-r--r-- | deskutils/gnote/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gnote/files/patch-configure | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 13a3372d0a1a..335ac947331c 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnote PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/deskutils/gnote/files/patch-configure b/deskutils/gnote/files/patch-configure new file mode 100644 index 000000000000..5587ef5397b9 --- /dev/null +++ b/deskutils/gnote/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-12-07 19:13:21.000000000 -0500 ++++ configure 2009-12-07 19:14:18.000000000 -0500 +@@ -17128,7 +17128,7 @@ fi + if test "x$prefix" = "x$ac_default_prefix"; then + PANELAPPLET_LIBDIR=`$PKG_CONFIG --variable=libdir libpanelapplet-2.0` + fi +- if test "x$PANELAPPLET_LIBDIR" != "x"; then ++ if test "x$PANELAPPLET_LIBDIR" != "x" -a "x$PANELAPPLET_SERVER_DIR" = "x" ; then + PANELAPPLET_SERVER_DIR="$PANELAPPLET_LIBDIR/bonobo/servers" + fi + # Set PANELAPPLET_SERVER_DIR default if it's not already set |