diff options
Diffstat (limited to 'math/mathmod/files/patch-MathMod.pro')
-rw-r--r-- | math/mathmod/files/patch-MathMod.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/mathmod/files/patch-MathMod.pro b/math/mathmod/files/patch-MathMod.pro new file mode 100644 index 000000000000..a74e07fc4ead --- /dev/null +++ b/math/mathmod/files/patch-MathMod.pro @@ -0,0 +1,10 @@ +--- MathMod.pro.orig 2016-03-03 21:15:56 UTC ++++ MathMod.pro +@@ -58,7 +58,6 @@ FORMS = ui_forms/drawingoptions.ui \ + + RC_FILE = mm.rc + RESOURCES += myressources.qrc +-LIBS += -lopengl32 + QT += opengl widgets + + OTHER_FILES += \ |