diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 19:34:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 19:34:22 +0900 |
| commit | 2080def64c64099ea7685d903d070e028a8cb916 (patch) | |
| tree | f645ca3060a53cae9729cf3e9256da820e534e35 /src/3rdparty/sqlite | |
| parent | 37a07263c70308f7ddef4aac747446d5ede82374 (diff) | |
| download | tqt-drop/hpux-support.tar.gz tqt-drop/hpux-support.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/3rdparty/sqlite')
| -rw-r--r-- | src/3rdparty/sqlite/os.h | 4 | ||||
| -rw-r--r-- | src/3rdparty/sqlite/trolltech.patch | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/3rdparty/sqlite/os.h b/src/3rdparty/sqlite/os.h index d5541d469..f0342220b 100644 --- a/src/3rdparty/sqlite/os.h +++ b/src/3rdparty/sqlite/os.h @@ -18,10 +18,6 @@ #define _SQLITE_OS_H_ #include "config.h" -/* -** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE -** to the compiler command line. -*/ /* ** These #defines should enable >2GB file support on Posix if the diff --git a/src/3rdparty/sqlite/trolltech.patch b/src/3rdparty/sqlite/trolltech.patch index 6c9ca90bd..fa87b817e 100644 --- a/src/3rdparty/sqlite/trolltech.patch +++ b/src/3rdparty/sqlite/trolltech.patch @@ -34,6 +34,6 @@ diff -du ./os.h /home/harald/troll/qt-3.3/src/3rdparty/sqlite/os.h #define _SQLITE_OS_H_ +#include "config.h" + /* - ** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE - ** to the compiler command line. + ** These #defines should enable >2GB file support on Posix if the |
