diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-30 21:42:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-30 21:42:59 +0000 |
commit | ae53822424ed4ecd3b23e95d96cd6844c5ca82c2 (patch) | |
tree | b47550a41f57147269020188a90d87f244980ad8 /devel/autoconf262/files | |
parent | 94bb619804b8e26189eaaf48b7cb8b37d1b8d1f5 (diff) | |
download | ports-ae53822424ed4ecd3b23e95d96cd6844c5ca82c2.tar.gz ports-ae53822424ed4ecd3b23e95d96cd6844c5ca82c2.zip |
Notes
Diffstat (limited to 'devel/autoconf262/files')
-rw-r--r-- | devel/autoconf262/files/patch-autoreconf.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/autoconf262/files/patch-autoreconf.in b/devel/autoconf262/files/patch-autoreconf.in new file mode 100644 index 000000000000..e0545245db62 --- /dev/null +++ b/devel/autoconf262/files/patch-autoreconf.in @@ -0,0 +1,7 @@ +--- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003 ++++ bin/autoreconf.in Wed Jun 30 20:15:18 2004 +@@ -488,3 +488,3 @@ + verb "$configure_ac: creating directory $aux_dir"; +- mkdir $aux_dir ++ mkdir $aux_dir, 0777 + or error "cannot create $aux_dir: $!"; |