diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-06-19 05:36:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-06-19 05:36:38 +0000 |
commit | c4c94ed0c86cb1e36353b01c37758e99f3ede9f2 (patch) | |
tree | 8527a8f8a0f2cfa69c78722b8a1180c240f5bf5d /devel/imake-6/files/patch-mkhtmlindex.pl | |
parent | Add a patch to run g_thread_init() as soon as Firefox starts. This is said (diff) |
New port: imake-6: imake and other build utilities from X.Org.
Notes
Notes:
svn path=/head/; revision=111779
Diffstat (limited to 'devel/imake-6/files/patch-mkhtmlindex.pl')
-rw-r--r-- | devel/imake-6/files/patch-mkhtmlindex.pl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/imake-6/files/patch-mkhtmlindex.pl b/devel/imake-6/files/patch-mkhtmlindex.pl new file mode 100644 index 000000000000..593a2e19d49a --- /dev/null +++ b/devel/imake-6/files/patch-mkhtmlindex.pl @@ -0,0 +1,13 @@ +Index: util/mkhtmlindex.pl +=================================================================== +RCS file: /home/ncvs/xfree/xc/config/util/mkhtmlindex.pl,v +retrieving revision 1.3 +diff -u -r1.3 mkhtmlindex.pl +--- util/mkhtmlindex.pl 18 Mar 2001 14:49:01 -0000 1.3 ++++ util/mkhtmlindex.pl 12 Dec 2003 22:19:08 -0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + # + # $XFree86: xc/config/util/mkhtmlindex.pl,v 1.2 2001/03/15 19:02:31 dawes Exp $ + # |