[BACK]Return to patch-src_mirall_application_cpp CVS log [TXT][DIR] Up to [local] / ports / net / mirall / patches

File: [local] / ports / net / mirall / patches / Attic / patch-src_mirall_application_cpp (download)

Revision 1.1, Tue Apr 29 12:14:36 2014 UTC (10 years, 1 month ago) by kirby
Branch: MAIN

now it builds. time to test

$OpenBSD$
--- src/mirall/application.cpp.orig	Tue Apr 29 15:04:54 2014
+++ src/mirall/application.cpp	Tue Apr 29 15:05:15 2014
@@ -81,7 +81,7 @@ static const char optionsC[] =
 
 QString applicationTrPath()
 {
-#ifdef Q_OS_LINUX
+#ifdef Q_OS_UNIX
     return QString::fromLatin1(DATADIR"/"APPLICATION_EXECUTABLE"/i18n/");
 #endif
 #ifdef Q_OS_MAC