annotate src/qt-2-shared-tools-fixes.patch @ 4740:9942a9c37ffe

remove octave 'alpha' package * octave-1-gnulib.patch, octave.mk: Delete. * dist-files.mk: Update. * index.html: Delete entry for octave. * configure.ac: Don't handle 'alpha' in --enable-octave=VERSION option. (AC_CONFIG_SRCDIR): Look for src/default-octave.mk instead of src/octave.mk.
author John W. Eaton <jwe@octave.org>
date Tue, 26 Jun 2018 13:22:51 -0400
parents 6303de54ff1b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3959
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
1 diff -ur qt-everywhere-opensource-src-4.8.7.orig/tools/linguist/shared/profileevaluator.cpp qt-everywhere-opensource-src-4.8.7/tools/linguist/shared/profileevaluator.cpp
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
2 --- qt-everywhere-opensource-src-4.8.7.orig/tools/linguist/shared/profileevaluator.cpp 2015-06-07 17:14:32.348070244 -0400
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
3 +++ qt-everywhere-opensource-src-4.8.7/tools/linguist/shared/profileevaluator.cpp 2015-06-07 17:16:43.792075123 -0400
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
4 @@ -65,7 +65,7 @@
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
5 #include <unistd.h>
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
6 #include <sys/utsname.h>
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
7 #else
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
8 -#include <Windows.h>
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
9 +#include <windows.h>
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
10 #endif
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
11 #include <stdio.h>
6303de54ff1b qt: add build of devel mingw tools moc, rcc, uic, lrelease for windows
John D
parents:
diff changeset
12 #include <stdlib.h>