summaryrefslogtreecommitdiff
path: root/science/kst2/files/patch-kst-kst-stdinsource.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /science/kst2/files/patch-kst-kst-stdinsource.cpp
parentFix plist problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.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>