You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user