-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
971 additions
and
609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
tools/MacPorts/aqua/qt4-mac/files/patch-compiler_standard.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- configure.orig 2019-11-03 08:14:10.000000000 -0700 | ||
+++ configure 2019-11-03 08:21:30.000000000 -0700 | ||
@@ -8030,6 +8030,13 @@ | ||
QMAKE_CONFIG="$QMAKE_CONFIG exceptions_off" | ||
fi | ||
|
||
+if [ "$PLATFORM_MAC" = "yes" ]; then | ||
+ QMakeVar add QMAKE_CFLAGS "-std=c99" | ||
+ QMakeVar add QMAKE_CXXFLAGS "-std=c++98" | ||
+ QMakeVar add QMAKE_OBJECTIVE_CFLAGS "-std=c99" | ||
+ QMakeVar add QMAKE_OBJECTIVE_CXXFLAGS "-std=c++98" | ||
+fi | ||
+ | ||
# On Mac, set the minimum deployment target for the different architechtures | ||
# using the Xarch compiler option when supported (10.5 and up). On 10.4 the | ||
# deployment version is set to 10.4 globally using the QMAKE_MACOSX_DEPLOYMENT_TARGET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- config.tests/unix/nis/nis.cpp.orig 2015-05-07 07:14:42.000000000 -0700 | ||
+++ config.tests/unix/nis/nis.cpp 2019-11-04 10:14:47.000000000 -0700 | ||
@@ -41,6 +41,7 @@ | ||
|
||
#include <sys/types.h> | ||
#include <rpc/rpc.h> | ||
+#define BOOL_DEFINED | ||
#include <rpcsvc/ypclnt.h> | ||
#include <rpcsvc/yp_prot.h> | ||
|
11 changes: 11 additions & 0 deletions
11
tools/MacPorts/aqua/qt4-mac/files/patch-test_compiler_version.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- configure.orig 2019-11-04 10:17:41.000000000 -0700 | ||
+++ configure 2019-11-04 11:13:15.000000000 -0700 | ||
@@ -7795,8 +7795,6 @@ | ||
canBuildWebKit="no" | ||
;; | ||
*) | ||
- canBuildWebKit="no" | ||
- canBuildQtXmlPatterns="no" | ||
;; | ||
esac | ||
;; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.