summaryrefslogtreecommitdiff
path: root/science/kst2/files/patch-kst-kst-stdinsource.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /science/kst2/files/patch-kst-kst-stdinsource.cpp
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
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>