aboutsummaryrefslogtreecommitdiff
path: root/audio/lmms/files
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2018-07-03 10:06:41 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2018-07-03 10:06:41 +0000
commitd887f8e7783cf3cf0172564940c3b9c30dcd76b1 (patch)
tree7f86dd3402f17ace27defb333f366e3b89f3a04e /audio/lmms/files
parent9a8aa34b7ba725e13c906648799ef4aa117171da (diff)
downloadports-d887f8e7783cf3cf0172564940c3b9c30dcd76b1.tar.gz
ports-d887f8e7783cf3cf0172564940c3b9c30dcd76b1.zip
Notes
Diffstat (limited to 'audio/lmms/files')
-rw-r--r--audio/lmms/files/patch-src_core_main.cpp11
-rw-r--r--audio/lmms/files/patch-src_gui_about__dialog.cpp11
2 files changed, 22 insertions, 0 deletions
diff --git a/audio/lmms/files/patch-src_core_main.cpp b/audio/lmms/files/patch-src_core_main.cpp
new file mode 100644
index 000000000000..eeb8f2d03891
--- /dev/null
+++ b/audio/lmms/files/patch-src_core_main.cpp
@@ -0,0 +1,11 @@
+--- src/core/main.cpp.orig 2018-07-02 13:15:50 UTC
++++ src/core/main.cpp
+@@ -156,7 +156,7 @@ int main( int argc, char * * argv )
+ "License as published by the Free Software Foundation; either\n"
+ "version 2 of the License, or (at your option) any later version.\n\n"
+ "Try \"%s --help\" for more information.\n\n", LMMS_VERSION,
+- PLATFORM, MACHINE, QT_VERSION_STR, GCC_VERSION,
++ PLATFORM, MACHINE, QT_VERSION_STR, __VERSION__,
+ argv[0] );
+
+ return( EXIT_SUCCESS );
diff --git a/audio/lmms/files/patch-src_gui_about__dialog.cpp b/audio/lmms/files/patch-src_gui_about__dialog.cpp
new file mode 100644
index 000000000000..c817395895f0
--- /dev/null
+++ b/audio/lmms/files/patch-src_gui_about__dialog.cpp
@@ -0,0 +1,11 @@
+--- src/gui/about_dialog.cpp.orig 2018-07-02 13:46:00 UTC
++++ src/gui/about_dialog.cpp
+@@ -46,7 +46,7 @@ aboutDialog::aboutDialog() :
+ arg( PLATFORM ).
+ arg( MACHINE ).
+ arg( QT_VERSION_STR ).
+- arg( GCC_VERSION ) );
++ arg( __VERSION__ ) );
+
+ authorLabel->setPlainText( embed::getText( "AUTHORS" ) );
+