changeset 14291:c39c7f2b1e46 gui

Replaced local-native with local in octave-gui.pro for building on MacOS. * octave-gui.pro: Modified INCFLAGS and LFLAGS.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 31 Jan 2012 02:12:56 +0100
parents faece6b2ab90
children 05a262b7f42e
files gui/octave-gui.pro gui/src/SettingsDialog.h
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gui/octave-gui.pro	Tue Jan 31 00:47:54 2012 +0100
+++ b/gui/octave-gui.pro	Tue Jan 31 02:12:56 2012 +0100
@@ -44,13 +44,13 @@
                        $$system(mkoctfile -p INCFLAGS)
 INCFLAGS            += $$system(mkoctfile -p INCFLAGS)
 mac {
-    INCFLAGS += -I/opt/local-native/include
+    INCFLAGS += -I/opt/local/include
 }
 
 QMAKE_LIBDIR        += $$system(octave-config -p OCTLIBDIR)
 
 mac {
-    LFLAGS += -L/opt/local-native/lib
+    LFLAGS += -L/opt/local/lib
 }
 
 unix {
--- a/gui/src/SettingsDialog.h	Tue Jan 31 00:47:54 2012 +0100
+++ b/gui/src/SettingsDialog.h	Tue Jan 31 02:12:56 2012 +0100
@@ -10,7 +10,8 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
+ *md5
+
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */