aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/rhide/files/rhide-1.5.20050823-amd64-support.patch')
-rw-r--r--dev-util/rhide/files/rhide-1.5.20050823-amd64-support.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-util/rhide/files/rhide-1.5.20050823-amd64-support.patch b/dev-util/rhide/files/rhide-1.5.20050823-amd64-support.patch
deleted file mode 100644
index 6a35a96..0000000
--- a/dev-util/rhide/files/rhide-1.5.20050823-amd64-support.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- rhide-1.5.20050823/configure.in 2005-08-29 02:34:53.000000000 +0200
-+++ rhide-1.5.20050823.az/configure.in 2005-08-29 02:35:51.000000000 +0200
-@@ -8,6 +8,7 @@
-
- case "$host" in
- i?86-*-linux*) rhide_OS=Linux ;;
-+ x86_64-*-linux*) rhide_OS=Linux ;;
- i?86-pc-msdosdjgpp) rhide_OS=DJGPP ;;
- *-pc-cygwin) rhide_OS=CYGWIN ;;
- *) AC_MSG_ERROR([$host is not supported (yet). Sorry.]) ;;