@ -1,66 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/avm/euler/gcc34.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||
# of the GNU General Public License as published by the Free Software |
|
||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||
# version. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
diff -ruN euler-1.60/source/metaps.c euler-1.60-new/source/metaps.c
|
|
||||
--- euler-1.60/source/metaps.c 2002-05-25 16:15:52.000000000 +0200
|
|
||||
+++ euler-1.60-new/source/metaps.c 2004-06-16 23:16:49.000000000 +0200
|
|
||||
@@ -209,7 +209,7 @@
|
|
||||
// rectangle clipping |
|
||||
// x1 y1 x2 y2 setclip |
|
||||
static char setclipmacro[]= "/setclip {\n\ |
|
||||
-gsave
|
|
||||
+gsave\n\
|
|
||||
/y2 exch def\n\ |
|
||||
/x2 exch def\n\ |
|
||||
/y1 exch def\n\ |
|
||||
diff -ruN euler-1.60/source/term.c euler-1.60-new/source/term.c
|
|
||||
--- euler-1.60/source/term.c 2002-06-02 15:40:30.000000000 +0200
|
|
||||
+++ euler-1.60-new/source/term.c 2004-06-17 09:19:46.026227976 +0200
|
|
||||
@@ -2164,6 +2164,7 @@
|
|
||||
ch = 'Û'; |
|
||||
break; |
|
||||
default: |
|
||||
+ ((void)0);
|
|
||||
} |
|
||||
deadkey=0; |
|
||||
break; |
|
||||
@@ -2207,6 +2208,7 @@
|
|
||||
ch = 'Ü'; |
|
||||
break; |
|
||||
default: |
|
||||
+ break;
|
|
||||
} |
|
||||
deadkey=0; |
|
||||
break; |
|
||||
@@ -2587,6 +2589,7 @@
|
|
||||
ch = 'Û'; |
|
||||
break; |
|
||||
default: |
|
||||
+ ((void)0);
|
|
||||
} |
|
||||
deadkey=0; |
|
||||
break; |
|
||||
@@ -2630,6 +2633,7 @@
|
|
||||
ch = 'Ü'; |
|
||||
break; |
|
||||
default: |
|
||||
+ break;
|
|
||||
} |
|
||||
deadkey=0; |
|
||||
break; |
|
@ -1,37 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/avm/euler/nodocinst.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||
# of the GNU General Public License as published by the Free Software |
|
||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||
# version. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
diff -ruN euler-1.60/source/makefile euler-1.60-new/source/makefile
|
|
||||
--- euler-1.60/source/makefile 2002-08-02 16:59:51.000000000 +0200
|
|
||||
+++ euler-1.60-new/source/makefile 2004-03-25 18:44:13.815998392 +0100
|
|
||||
@@ -163,11 +163,11 @@
|
|
||||
# |
|
||||
install: |
|
||||
if [ ! -d "$(INSTALL_DIR)/share/euler" ]; then mkdir $(INSTALL_DIR)/share/euler ; fi |
|
||||
- if [ ! -d "$(INSTALL_DIR)/share/doc" ]; then mkdir $(INSTALL_DIR)/share/doc ; fi
|
|
||||
- if [ ! -d "$(INSTALL_DIR)/share/doc/euler" ]; then mkdir $(INSTALL_DIR)/share/doc/euler ; fi
|
|
||||
+ #if [ ! -d "$(INSTALL_DIR)/share/doc" ]; then mkdir $(INSTALL_DIR)/share/doc ; fi
|
|
||||
+ #if [ ! -d "$(INSTALL_DIR)/share/doc/euler" ]; then mkdir $(INSTALL_DIR)/share/doc/euler ; fi
|
|
||||
cp -f euler $(INSTALL_DIR)/bin |
|
||||
cp -fr ../progs $(INSTALL_DIR)/share/euler |
|
||||
- cp -fr ../docs/* $(INSTALL_DIR)/share/doc/euler/
|
|
||||
+ #cp -fr ../docs/* $(INSTALL_DIR)/share/doc/euler/
|
|
||||
cp -f help.txt $(INSTALL_DIR)/share/euler |
|
||||
|
|
||||
# |
|