freebsd-ports/graphics/yukon/files/patch-include_yukon.h
Alexey Dokuchaev ddf1af2a3b - Resurrect, unbreak, stagify, modernize Makefile
- Define LICENSE (GPLv2), remove -O3 from CFLAGS
- Rename (regenerate) one ::-containing patch file
- Contract MASTER_SITES, update pkg-plist and pkg-descr
2014-12-05 09:01:56 +00:00

14 lines
257 B
C

--- include/yukon.h.orig 2007-06-07 13:30:34 UTC
+++ include/yukon.h
@@ -2,8 +2,10 @@
#ifndef __YUKON_H__
#define __YUKON_H__
+#include <sys/param.h>
+#include <sys/limits.h>
+
#include <stdarg.h>
-#include <linux/limits.h>
#include <seom/seom.h>