diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-08 00:19:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-08 00:19:01 +0000 |
commit | 7bba1ca67fb3e05a61f6356ba44172a36c0aece3 (patch) | |
tree | 1e79330f126fedf98108e1c03717f81eb53e86d3 /deskutils/gnote | |
parent | 6d9572d98e9f794f7d4926021b0df6cb55123626 (diff) |
Correct the path to the Bonobo server file.
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=245361
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 |