diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-23 20:12:11 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-23 20:12:11 +0000 |
commit | 7fd92a59ef68e3c6f58c199842da3531fdcb5f1b (patch) | |
tree | edf3daa7d69e2b467de0974e6b1b542109580d4b /net-irc/irssi/files | |
parent | Initial commit, #26073 (diff) | |
download | gentoo-2-7fd92a59ef68e3c6f58c199842da3531fdcb5f1b.tar.gz gentoo-2-7fd92a59ef68e3c6f58c199842da3531fdcb5f1b.tar.bz2 gentoo-2-7fd92a59ef68e3c6f58c199842da3531fdcb5f1b.zip |
fixing head -1 issue. Closes #34186.
Diffstat (limited to 'net-irc/irssi/files')
-rw-r--r-- | net-irc/irssi/files/irssi-0.8.8-configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-irc/irssi/files/irssi-0.8.8-configure.patch b/net-irc/irssi/files/irssi-0.8.8-configure.patch new file mode 100644 index 000000000000..ef03aa74a3d2 --- /dev/null +++ b/net-irc/irssi/files/irssi-0.8.8-configure.patch @@ -0,0 +1,11 @@ +--- configure~ 2003-11-23 15:26:18.000000000 +0100 ++++ configure 2003-11-23 16:42:54.000000000 +0100 +@@ -1984,7 +1984,7 @@ + lt_cv_file_magic_cmd='/usr/bin/file -L' + case "$host_os" in + rhapsody* | darwin1.[012]) +- lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1` ++ lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -n 1` + ;; + *) # Darwin 1.3 on + lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' |