diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
commit | 58406bee8938178fc317574c4236434b0dd11a25 (patch) | |
tree | b4fa34eca69e23769c548b4436cbf65d765e5fe2 /x11/libgnome/files | |
parent | 98eb5c95a29c8dd1a76435744e5316092835f696 (diff) |
Notes
Diffstat (limited to 'x11/libgnome/files')
-rw-r--r-- | x11/libgnome/files/patch-ag | 2 | ||||
-rw-r--r-- | x11/libgnome/files/patch-libgnome::Makefile.in | 6 | ||||
-rw-r--r-- | x11/libgnome/files/patch-libgnome_gnome-program.c | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag index 131cf3baa5a4..157a59be15ac 100644 --- a/x11/libgnome/files/patch-ag +++ b/x11/libgnome/files/patch-ag @@ -11,7 +11,7 @@ $FreeBSD$ - "/bin/zsh", "/usr/bin/zsh", - "/bin/tcsh", "/usr/bin/tcsh", - "/bin/ksh", "/usr/bin/ksh", -- "/bin/csh", "/bin/sh", 0 +- "/bin/csh", "/bin/sh", NULL + "/bin/csh", "/bin/sh", + LOCALBASE "/bin/bash", + LOCALBASE "/bin/zsh", diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in index a3e14ed9e902..5a240a06a94c 100644 --- a/x11/libgnome/files/patch-libgnome::Makefile.in +++ b/x11/libgnome/files/patch-libgnome::Makefile.in @@ -1,6 +1,6 @@ ---- libgnome/Makefile.in.orig Wed Feb 25 01:17:58 2004 -+++ libgnome/Makefile.in Wed Feb 25 01:20:59 2004 -@@ -159,6 +159,9 @@ +--- libgnome/Makefile.in.orig Mon May 31 16:33:14 2004 ++++ libgnome/Makefile.in Mon May 31 16:33:45 2004 +@@ -211,6 +211,9 @@ libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome INCLUDES = \ diff --git a/x11/libgnome/files/patch-libgnome_gnome-program.c b/x11/libgnome/files/patch-libgnome_gnome-program.c index 90fcdd22c777..9dd33f9c2838 100644 --- a/x11/libgnome/files/patch-libgnome_gnome-program.c +++ b/x11/libgnome/files/patch-libgnome_gnome-program.c @@ -1,6 +1,6 @@ ---- libgnome/gnome-program.c.orig Wed Jul 23 05:35:30 2003 -+++ libgnome/gnome-program.c Mon Dec 22 01:19:23 2003 -@@ -894,17 +894,17 @@ +--- libgnome/gnome-program.c.orig Mon May 31 16:37:02 2004 ++++ libgnome/gnome-program.c Mon May 31 16:37:05 2004 +@@ -895,17 +895,17 @@ attr_rel = ""; break; case GNOME_FILE_DOMAIN_DATADIR: @@ -21,7 +21,7 @@ attr_name = GNOME_PARAM_GNOME_DATADIR; attr_rel = "/pixmaps"; break; -@@ -916,7 +916,7 @@ +@@ -917,7 +917,7 @@ case GNOME_FILE_DOMAIN_HELP: prefix_rel = "/share/gnome/help"; attr_name = GNOME_PARAM_GNOME_DATADIR; @@ -30,7 +30,7 @@ break; case GNOME_FILE_DOMAIN_APP_LIBDIR: prefix_rel = "/lib"; -@@ -925,19 +925,19 @@ +@@ -926,19 +926,19 @@ search_path = FALSE; break; case GNOME_FILE_DOMAIN_APP_DATADIR: @@ -53,7 +53,7 @@ attr_name = GNOME_PARAM_APP_DATADIR; attr_rel = "/pixmaps"; search_path = FALSE; -@@ -958,12 +958,12 @@ +@@ -959,12 +959,12 @@ attr_name = GNOME_PARAM_APP_DATADIR; |