kdewebdev: fix build by finding tidy

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@141935 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Nicolas Pavillon
2015-10-31 11:07:51 +00:00
parent 1ee2f90f15
commit 0107b807d9
2 changed files with 15 additions and 1 deletions
+4 -1
View File
@@ -6,6 +6,7 @@ PortGroup kde4 1.1
name kdewebdev
version 4.14.3
revision 1
categories kde kde4
maintainers nicos
license GPL-2+ LGPL-2+ GFDL-1.2
@@ -26,8 +27,10 @@ depends_lib-append port:kdelibs4 \
port:kdepimlibs4 \
port:ruby
patchfiles-append patch-tidyx.diff
if {![variant_isset docs]} {
patchfiles patch-CMakeLists.txt.diff
patchfiles-append patch-CMakeLists.txt.diff
}
livecheck.url http://kde.mirrors.hoobly.com/stable/
+11
View File
@@ -0,0 +1,11 @@
--- klinkstatus/src/tidy/tidyx.h.orig 2015-10-31 19:37:44.000000000 +0900
+++ klinkstatus/src/tidy/tidyx.h 2015-10-31 19:38:35.000000000 +0900
@@ -49,7 +49,7 @@
*/
#include <tidy.h>
-#include <buffio.h>
+#include <tidybuffio.h>
#include <config-tidy.h>