summaryrefslogtreecommitdiff
path: root/multimedia/helixplayer/files/patch-getopt
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/helixplayer/files/patch-getopt')
-rw-r--r--multimedia/helixplayer/files/patch-getopt9
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/helixplayer/files/patch-getopt b/multimedia/helixplayer/files/patch-getopt
deleted file mode 100644
index ee75f74e292d..000000000000
--- a/multimedia/helixplayer/files/patch-getopt
+++ /dev/null
@@ -1,9 +0,0 @@
---- common/runtime/pub/hlxclib/getopt.h Wed Dec 22 15:00:41 2004
-+++ common/runtime/pub/hlxclib/getopt.h Mon Mar 21 08:09:01 2005
-@@ -53,4 +53,6 @@
- #if defined(_SOLARIS) || defined(_HPUX)
- #include <stdlib.h>
-+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
-+#include <unistd.h>
- #else
- #include <getopt.h>