Browse Source

WebKit3-2.4.11-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11373 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
1da82ebf47
1 changed files with 8 additions and 1 deletions
  1. 8 1
      W/WebKit3/WebKit3-vl.spec

+ 8 - 1
W/WebKit3/WebKit3-vl.spec

@@ -16,7 +16,7 @@
 
 Name:		WebKit3
 Version:	2.4.11
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	Web content engine library
 Summary(ja):	ウェブコンテンツエンジンライブラリ
 
@@ -117,7 +117,11 @@ AUTHORS files.
 %prep
 %setup -q -n webkitgtk-%{version}
 
+perl -pi -e 's/static_cast/reinterpret_cast/' ./Source/WebKit2/Shared/API/c/WKString.cpp
+
 %build
+autoreconf -ifv
+CXXFLAGS="%{optflags} -fpermissive --std=c++11" \
 %configure \
 --with-gtk=3.0 \
 --with-gstreamer=1.0 \
@@ -206,6 +210,9 @@ fi
 
 
 %changelog
+* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-3
+- rebuilt with libicu-60.2.
+
 * Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.4.11-2
 - rebuilt with new toolchain.