diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2016-03-04 22:54:36 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2016-03-04 22:54:36 +0000 |
commit | c171d67c25e832dde0bf9fa82d4100ba83a0aa43 (patch) | |
tree | ade18961e703bdbd1d6262cbd70f4241462360cc /math/mathmod/files/patch-MathMod.pro | |
parent | Upgrade third-party subs_filter module from 0.6.2 to 0.6.4. (diff) |
MathMod is the new K3DSurf, now based on Qt 5.
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 += \ |