1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/kdevelop/files/patch-az
2000-05-18 17:39:42 +00:00

13 lines
286 B
Plaintext

--- kdevelop/dbg/stty.cpp Wed May 3 14:20:39 2000
+++ kdevelop/dbg/stty.cpp.new Fri May 12 18:15:57 2000
@@ -45,7 +45,9 @@
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
#endif
+#ifndef __FreeBSD__
#include <sys/resource.h>
+#endif
#include <grp.h>
#if defined (_HPUX_SOURCE)