summaryrefslogtreecommitdiff
path: root/media-video/2mandvd/files/2mandvd-1.8.5-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/2mandvd/files/2mandvd-1.8.5-gcc6.patch')
-rw-r--r--media-video/2mandvd/files/2mandvd-1.8.5-gcc6.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-video/2mandvd/files/2mandvd-1.8.5-gcc6.patch b/media-video/2mandvd/files/2mandvd-1.8.5-gcc6.patch
deleted file mode 100644
index 5a16d95ef17f..000000000000
--- a/media-video/2mandvd/files/2mandvd-1.8.5-gcc6.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: 2ManDVD/tetrahedron.h
-===================================================================
---- 2ManDVD.orig/tetrahedron.h
-+++ 2ManDVD/tetrahedron.h
-@@ -83,7 +83,6 @@ public:
- float scale_factor;
- float wg_x;
- float wdecal;
-- GLfloat light_position[];
-
- GLfloat anag_x;
- GLfloat anag_y;
-@@ -427,6 +426,8 @@ private:
- void dropEvent(QDropEvent *);
- void dragEnterEvent(QDragEnterEvent *);
- Qt::DropActions supportedDropActions () const;
-+public:
-+ GLfloat light_position[];
- };
-
- #endif