svn commit: r431356 - head/sysutils/gpart/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jan 13 09:22:18 UTC 2017
Author: amdmi3
Date: Fri Jan 13 09:22:17 2017
New Revision: 431356
URL: https://svnweb.freebsd.org/changeset/ports/431356
Log:
- Try to fix build on DragonFly
Added:
head/sysutils/gpart/files/patch-src_l64seek.h (contents, props changed)
Added: head/sysutils/gpart/files/patch-src_l64seek.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/gpart/files/patch-src_l64seek.h Fri Jan 13 09:22:17 2017 (r431356)
@@ -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
+
More information about the svn-ports-all
mailing list