diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-01 05:58:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-01 05:58:39 +0800 |
commit | e0055be43317df9aaaa755db07821e303f45e7cc (patch) | |
tree | cdd06938a1957f90fa66c4ea1fe8b6bd93870e79 /x11/libgnome/files/patch-ag | |
parent | acd5928fa461c1e58476d8f03b741b4a98de5ca9 (diff) | |
download | marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.tar marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.tar.gz marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.tar.bz2 marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.tar.lz marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.tar.xz marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.tar.zst marcuscom-ports-e0055be43317df9aaaa755db07821e303f45e7cc.zip |
Re-add libgnome, at 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2326 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome/files/patch-ag')
-rw-r--r-- | x11/libgnome/files/patch-ag | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag new file mode 100644 index 000000000..658b694d3 --- /dev/null +++ b/x11/libgnome/files/patch-ag @@ -0,0 +1,22 @@ + +$FreeBSD: ports/x11/libgnome/files/patch-ag,v 1.11 2004/04/05 03:11:34 marcus Exp $ + +--- libgnome/gnome-util.c 2002/03/19 17:16:21 1.1 ++++ libgnome/gnome-util.c 2002/03/19 17:21:31 +@@ -67,11 +67,11 @@ + static char *shells [] = { + /* Note that on some systems shells can also + * be installed in /usr/bin */ +- "/bin/bash", "/usr/bin/bash", +- "/bin/zsh", "/usr/bin/zsh", +- "/bin/tcsh", "/usr/bin/tcsh", +- "/bin/ksh", "/usr/bin/ksh", +- "/bin/csh", "/bin/sh", 0 ++ "/bin/csh", "/bin/sh", ++ LOCALBASE "/bin/bash", ++ LOCALBASE "/bin/zsh", ++ LOCALBASE "/bin/ksh", ++ 0 + }; + + if (geteuid () == getuid () && |