mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
- While here, add LICENSE_FILE, don't install license as documentation and sort plist PR: 215931 Submitted by: ghostonthewire@gmail.com Approved by: maintainer timeout (jessefrgsmith@yahoo.ca, 1 month)
11 lines
275 B
C
11 lines
275 B
C
--- build-aux/yuck.c.orig 2016-12-13 05:12:37 UTC
|
|
+++ build-aux/yuck.c
|
|
@@ -61,6 +61,8 @@
|
|
#include <fcntl.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/sysctl.h>
|
|
#include <time.h>
|
|
#if defined WITH_SCMVER
|
|
# include <yuck-scmver.h>
|