- Try to fix build on DragonFly
This commit is contained in:
parent
dcbd50da0b
commit
2f6b91a4ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431356
11
sysutils/gpart/files/patch-src_l64seek.h
Normal file
11
sysutils/gpart/files/patch-src_l64seek.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/l64seek.h.orig 2000-12-13 22:56:07 UTC
|
||||
+++ src/l64seek.h
|
||||
@@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
-#if defined(__FreeBSD__)
|
||||
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
typedef off_t off64_t;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user