qt4: Remove overzealous and obsolete patch.
This patch is replaced by gcc11-ptr-cmp.patch, which works on both clang and gcc.
This commit is contained in:
@@ -50,9 +50,6 @@ stdenv.mkDerivation rec {
|
||||
'' + lib.optionalString stdenv.cc.isClang ''
|
||||
substituteInPlace src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp \
|
||||
--replace 'optionalHeight > 0' 'optionalHeight != NULL'
|
||||
|
||||
substituteInPlace ./tools/linguist/linguist/messagemodel.cpp \
|
||||
--replace 'm->comment()) >= 0' 'm->comment()) != NULL'
|
||||
'';
|
||||
|
||||
patches =
|
||||
|
||||
Reference in New Issue
Block a user