mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix d_flags on recent -CURRENT
PR: ports/63554 Submitted by: matk Approved by: maintainer
This commit is contained in:
parent
3b77ae92c3
commit
a49d5fc71c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102711
@ -9,7 +9,7 @@
|
||||
.d_flags = D_TRACKCLOSE
|
||||
+#else
|
||||
+ .d_version = D_VERSION,
|
||||
+ .d_flags = D_NEEDGIANT
|
||||
+ .d_flags = D_NEEDGIANT|D_TRACKCLOSE
|
||||
+#endif
|
||||
#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user