summaryrefslogtreecommitdiff
path: root/net-print/lm1100/files/lm1100-1.0.2a-fix-compile-gcc-3.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/lm1100/files/lm1100-1.0.2a-fix-compile-gcc-3.4.patch')
-rw-r--r--net-print/lm1100/files/lm1100-1.0.2a-fix-compile-gcc-3.4.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-print/lm1100/files/lm1100-1.0.2a-fix-compile-gcc-3.4.patch b/net-print/lm1100/files/lm1100-1.0.2a-fix-compile-gcc-3.4.patch
deleted file mode 100644
index 60e1b5c2e7a3..000000000000
--- a/net-print/lm1100/files/lm1100-1.0.2a-fix-compile-gcc-3.4.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- LexmarkProtocol300c.cc.orig 2000-11-21 09:06:22.000000000 +0100
-+++ LexmarkProtocol300c.cc 2004-06-16 13:28:04.397060286 +0200
-@@ -69,7 +69,7 @@
- Jet **LexmarkProtocol300c::createJets(int *numJets, Map *imageMap)
- {
- *numJets = 6;
-- class Jet **jets = new (Jet *)[6];
-+ class Jet **jets = new Jet*[6];
- jets[0] = new Jet(0,9,0,imageMap,LEFT_JET,0,8);
- jets[1] = new Jet(1,0,0,imageMap,RIGHT_JET,0,8);
- jets[2] = new Jet(2,-9,20,imageMap,LEFT_JET,1,8);
---- LexmarkProtocolBW.cc.orig 2000-11-21 09:06:22.000000000 +0100
-+++ LexmarkProtocolBW.cc 2004-06-16 13:32:51.291509280 +0200
-@@ -68,7 +68,7 @@
- Jet **LexmarkProtocolBW::createJets(int *numJets, Map *imageMap)
- {
- *numJets = 2;
-- class Jet **jets = new (Jet *)[2];
-+ class Jet **jets = new Jet*[2];
- jets[0] = new Jet(0,9,0,imageMap,LEFT_JET,0,28);
- jets[1] = new Jet(0,0,0,imageMap,RIGHT_JET,0,28);
-