summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/idlcoyote/files/idlcoyote-gdl-fixes.patch')
-rw-r--r--sci-libs/idlcoyote/files/idlcoyote-gdl-fixes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-libs/idlcoyote/files/idlcoyote-gdl-fixes.patch b/sci-libs/idlcoyote/files/idlcoyote-gdl-fixes.patch
deleted file mode 100644
index ba0ff2cd786d..000000000000
--- a/sci-libs/idlcoyote/files/idlcoyote-gdl-fixes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Author: Ole Streicher <olebole@debian.org>
-Description: Various small patches to fix things under GDL
---- a/convert_to_type.pro
-+++ b/convert_to_type.pro
-@@ -122,7 +122,7 @@
- (type EQ 8): Message, 'Unable to convert input to STRUCTURE data type.'
- (type EQ 10): Message, 'Unable to convert input to POINTER data type.'
- (type EQ 11): Message, 'Unable to convert input to OBJECT data type.'
-- (type GT 15): Message, 'Unable to convert undefined data type: ', StrTrim(theType) + '.'
-+ (type GT 15): Message, 'Unable to convert undefined data type: ' + StrTrim(theType) + '.'
- ELSE:
- ENDCASE
- ENDELSE