diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:16:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:16:50 +0000 |
commit | 7b9ac25283d52f6ca707d380c2895ba3ae68d2be (patch) | |
tree | 5bdd575c5660845aa2ed4e41ab335d5d49d41f1c /security/fakeroot | |
parent | 777a44e5f0e922960ab47832ee34717537ebad5f (diff) | |
download | ports-7b9ac25283d52f6ca707d380c2895ba3ae68d2be.tar.gz ports-7b9ac25283d52f6ca707d380c2895ba3ae68d2be.zip |
Notes
Diffstat (limited to 'security/fakeroot')
-rw-r--r-- | security/fakeroot/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/fakeroot/files/patch-configure b/security/fakeroot/files/patch-configure new file mode 100644 index 000000000000..ba8eaa6dcf9e --- /dev/null +++ b/security/fakeroot/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-04-25 20:11:19.000000000 +0200 ++++ configure 2008-04-25 20:11:30.000000000 +0200 +@@ -11755,7 +11755,7 @@ + { + + int __xmknodat ( int ver, +- inf dirfd, ++ int dirfd, + const char *pathname , + mode_t mode , dev_t dev); + |