qt5: remove shebang from template (wtf), and fix patches for musl.
This commit is contained in:
parent
1563fad8d5
commit
636633b719
3 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
--- src/corelib/codecs/qiconvcodec.cpp.orig
|
||||
+++ src/corelib/codecs/qiconvcodec.cpp
|
||||
--- qtbase/src/corelib/codecs/qiconvcodec.cpp.orig
|
||||
+++ qtbase/src/corelib/codecs/qiconvcodec.cpp
|
||||
@@ -62,7 +62,7 @@
|
||||
#elif defined(Q_OS_AIX)
|
||||
# define NO_BOM
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- mkspecs/linux-g++/qplatformdefs.h.orig
|
||||
+++ mkspecs/linux-g++/qplatformdefs.h
|
||||
--- qtbase/mkspecs/linux-g++/qplatformdefs.h.orig
|
||||
+++ qtbase/mkspecs/linux-g++/qplatformdefs.h
|
||||
@@ -86,11 +86,7 @@
|
||||
|
||||
#undef QT_SOCKLEN_T
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
# Template file for 'qt5'
|
||||
pkgname=qt5
|
||||
version=5.4.1
|
||||
|
|
Loading…
Reference in a new issue