summaryrefslogtreecommitdiff
path: root/science/kst2/files/patch-kst-kst-stdinsource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'science/kst2/files/patch-kst-kst-stdinsource.cpp')
-rw-r--r--science/kst2/files/patch-kst-kst-stdinsource.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/kst2/files/patch-kst-kst-stdinsource.cpp b/science/kst2/files/patch-kst-kst-stdinsource.cpp
deleted file mode 100644
index 9d0d3445ecb7..000000000000
--- a/science/kst2/files/patch-kst-kst-stdinsource.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kst/kst/stdinsource.cpp.orig Thu Apr 29 02:14:41 2004
-+++ kst/kst/stdinsource.cpp Thu Apr 29 02:15:33 2004
-@@ -28,7 +28,7 @@
- # include <sys/time.h>
- # include <time.h>
- #else
--# ifdef HAVE_SYS_TIME_H
-+# if defined(HAVE_SYS_TIME_H) || defined(__FreeBSD__)
- # include <sys/time.h>
- # else
- # include <time.h>