diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-07-09 00:41:57 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-07-09 00:41:57 +0000 |
commit | a35d275021bf79c17dfaca46e6ca1460bb2688da (patch) | |
tree | 8e3d0edbc4e84691567ecd3a8f1ef14ae4a00322 /sysutils/lsof/files/patch-Configure | |
parent | - Add new port: devel/rubygem-hamster (diff) |
Fix build under 12.0-CURRENT.
Notes
Notes:
svn path=/head/; revision=418252
Diffstat (limited to 'sysutils/lsof/files/patch-Configure')
-rw-r--r-- | sysutils/lsof/files/patch-Configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure new file mode 100644 index 000000000000..e83f265d05f4 --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,13 @@ +--- Configure.orig 2016-01-05 10:31:36.000000000 -0800 ++++ Configure 2016-07-08 17:39:09.137355000 -0700 +@@ -1620,6 +1620,10 @@ + LSOF_TSTBIGF=" " + LSOF_VERS=11000 + ;; ++ 12*) ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=12000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP |