mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix build with subversion-1.6.
Mark MAKE_JOBS_SAFE. Submitted by: maintainer via email Approved by: portmgr (pav)
This commit is contained in:
parent
ea4abee28d
commit
0248594eb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232331
@ -26,6 +26,7 @@ USE_LDCONFIG= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui xml network dbus svg qt3support sql \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= kdesvn.1 kdesvnaskpass.1
|
||||
|
||||
|
10
devel/kdesvn-kde4/files/patch-svnqt__commititem.cpp
Normal file
10
devel/kdesvn-kde4/files/patch-svnqt__commititem.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/svnqt/commititem.cpp.orig 2008-05-25 12:01:46.000000000 +0400
|
||||
+++ src/svnqt/commititem.cpp 2009-04-12 19:26:59.000000000 +0400
|
||||
@@ -20,6 +20,7 @@
|
||||
#include "commititem.hpp"
|
||||
|
||||
#include <svn_client.h>
|
||||
+#include <svn_props.h>
|
||||
|
||||
namespace svn {
|
||||
|
Loading…
Reference in New Issue
Block a user