freebsd-ports/games/multimc/files/patch-api_logic_FileSystem__test.cpp
Steve Wills 63bab8f704 games/multimc: update to 0.6.5
PR:		236488
Submitted by:	tsundoku <me@tsundoku.ne.jp> (maintainer)
2019-03-18 17:53:39 +00:00

11 lines
374 B
C++

--- api/logic/FileSystem_test.cpp.orig 2019-03-07 17:32:17 UTC
+++ api/logic/FileSystem_test.cpp
@@ -119,7 +119,7 @@ slots:
// this is only valid on linux
// FIXME: implement on windows, OSX, then test.
-#if defined(Q_OS_LINUX)
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
void test_createShortcut_data()
{
QTest::addColumn<QString>("location");