FreeBSD Bugzilla – Attachment 186692 Details for
Bug 216816
[PATCH] devel/qt5: In arch.test, use CXXFLAGS from make environment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
qt5.patch (text/plain), 1.71 KB, created by
Mikael Urankar
on 2017-09-25 07:09:57 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2017-09-25 07:09:57 UTC
Size:
1.71 KB
patch
obsolete
>Index: Mk/bsd.qt.mk >=================================================================== >--- Mk/bsd.qt.mk (revision 450040) >+++ Mk/bsd.qt.mk (working copy) >@@ -179,7 +179,8 @@ > _EXTRA_PATCHES_QT4+= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-armv6 > . else > _EXTRA_PATCHES_QT5= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_create__cmake.prf \ >- ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf >+ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf \ >+ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests_unix_arch.test > . endif > EXTRA_PATCHES?= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-configure \ > ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests-unix-compile.test \ >Index: devel/qt5/files/extrapatch-config.tests_unix_arch.test >=================================================================== >--- devel/qt5/files/extrapatch-config.tests_unix_arch.test (nonexistent) >+++ devel/qt5/files/extrapatch-config.tests_unix_arch.test (working copy) >@@ -0,0 +1,11 @@ >+--- config.tests/unix/arch.test.orig 2017-02-05 07:43:57 UTC >++++ config.tests/unix/arch.test >+@@ -17,7 +17,7 @@ else >+ fi >+ >+ LFLAGS="$SYSROOT_FLAG" >+-CXXFLAGS="$SYSROOT_FLAG" >++CXXFLAGS="$CXXFLAGS $SYSROOT_FLAG" >+ >+ while [ "$#" -gt 0 ]; do >+ PARAM=$1 > >Property changes on: devel/qt5/files/extrapatch-config.tests_unix_arch.test >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216816
:
179632
|
179633
| 186692