summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/showeq/files/showeq-5.12.0.0-UTS.patch')
-rw-r--r--games-util/showeq/files/showeq-5.12.0.0-UTS.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/games-util/showeq/files/showeq-5.12.0.0-UTS.patch b/games-util/showeq/files/showeq-5.12.0.0-UTS.patch
deleted file mode 100644
index b59442e21435..000000000000
--- a/games-util/showeq/files/showeq-5.12.0.0-UTS.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/main.cpp.old 2008-01-18 07:36:05.000000000 +0100
-+++ src/main.cpp 2008-01-18 07:36:35.000000000 +0100
-@@ -14,10 +14,6 @@
- #ifdef __linux__
- #include <linux/version.h>
-
--// Newer kernel versions put this in utsversion
--#ifndef UTS_RELEASE
--#include <linux/utsversion.h>
--#endif
- #endif
-
- #include <sys/utsname.h>
-@@ -772,10 +768,6 @@
- #ifdef QT_VERSION_STR
- printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR);
- #endif
--#ifdef __linux__
-- printf ("\t\tUsing headers from linux version: %s\n",
-- UTS_RELEASE);
--#endif
- #ifdef ITEMDB
- printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version());
- printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version());