# HG changeset patch # User Jacob Dawid # Date 1327972376 -3600 # Node ID c39c7f2b1e464b5b1a1bbb1c53967077c21c1f50 # Parent faece6b2ab90bf637244001a6fe0a8a634cd3075 Replaced local-native with local in octave-gui.pro for building on MacOS. * octave-gui.pro: Modified INCFLAGS and LFLAGS. diff -r faece6b2ab90 -r c39c7f2b1e46 gui/octave-gui.pro --- 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 { diff -r faece6b2ab90 -r c39c7f2b1e46 gui/src/SettingsDialog.h --- 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 . */