summaryrefslogtreecommitdiff
path: root/emulators/x48/patches
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-08 16:29:52 +0000
committerwiz <wiz>2013-07-08 16:29:52 +0000
commitf6c56b730c57ae09a6ef9bb6a470ebfa12b57464 (patch)
tree64eb8009845e1aa3ef0ca8f81f890080c8f7e339 /emulators/x48/patches
parent55a1a6df7f0cca0865d01a5c22c61d51060576f2 (diff)
downloadpkgsrc-f6c56b730c57ae09a6ef9bb6a470ebfa12b57464.tar.gz
Remove patch that's not in distinfo any longer.
Diffstat (limited to 'emulators/x48/patches')
-rw-r--r--emulators/x48/patches/patch-src_timer_c14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/x48/patches/patch-src_timer_c b/emulators/x48/patches/patch-src_timer_c
deleted file mode 100644
index 2ece0fa9b15..00000000000
--- a/emulators/x48/patches/patch-src_timer_c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_timer_c,v 1.1 2012/05/23 05:22:37 dholland Exp $
-
-time.h is required on Linux.
-
---- src/timer.c~ 1999-06-28 22:12:29.000000000 +0000
-+++ src/timer.c
-@@ -43,6 +43,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <unistd.h>
-+#include <time.h>
- #include <sys/time.h>
-
- #include "timer.h"