summaryrefslogtreecommitdiff
path: root/app-editors/jasspa-microemacs/files/20091011-linux3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/jasspa-microemacs/files/20091011-linux3.patch')
-rw-r--r--app-editors/jasspa-microemacs/files/20091011-linux3.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-editors/jasspa-microemacs/files/20091011-linux3.patch b/app-editors/jasspa-microemacs/files/20091011-linux3.patch
deleted file mode 100644
index 35a5b22a1dce..000000000000
--- a/app-editors/jasspa-microemacs/files/20091011-linux3.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Work around build failure on Linux 3.0.
-
---- me091011-orig/src/build
-+++ me091011/src/build
-@@ -130,17 +130,7 @@
- MAKEBAS=irix6
- fi
- elif [ $PLATFORM = "Linux" ] ; then
-- MACHINE=`uname -m | cut -c 1-3`
-- if [ $MACHINE = "arm" ] ; then
-- MAKEBAS=zaurus
-- else
-- KERNEL_MAJOR=`uname -r | cut -c 1-1`
-- KERNEL_MINOR=`uname -r | cut -c 3-3`
-- MAKEBAS="linux$KERNEL_MAJOR$KERNEL_MINOR"
-- if [ ! -r $MAKEBAS.gmk ] ; then
-- MAKEBAS="linux2"
-- fi
-- fi
-+ MAKEBAS=linux26
- X11_MAKELIB=/usr/X11R6/lib
- elif [ $PLATFORM = "OpenBSD" ] ; then
- MAKEBAS=openbsd