mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
graphics/digikam: fix build when not using make jobs
Due to incompletely specified cmake targets the build can fail, as a generated file containging the git-version is missing -- as that is always empty in releases anyway, ignore that whole thing.
This commit is contained in:
parent
54c3160f6e
commit
f446f577c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472789
3 changed files with 23 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= digikam
|
||||
DISTVERSION= 5.9.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
DIST_SUBDIR= KDE/digikam/${PORTVERSION}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- core/app/utils/digikam_version.h.cmake.in.orig 2018-06-16 08:50:14 UTC
|
||||
+++ core/app/utils/digikam_version.h.cmake.in
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
// Local includes.
|
||||
|
||||
-#include "gitversion.h"
|
||||
+#define GITVERSION ""
|
||||
|
||||
namespace Digikam
|
||||
{
|
|
@ -0,0 +1,11 @@
|
|||
--- extra/kipi-plugins/common/libkipiplugins/tools/kpversion.cpp.orig 2018-06-16 09:09:44 UTC
|
||||
+++ extra/kipi-plugins/common/libkipiplugins/tools/kpversion.cpp
|
||||
@@ -21,7 +21,7 @@
|
||||
* ============================================================ */
|
||||
|
||||
#include "kpversion.h"
|
||||
-#include "gitversion.h"
|
||||
+#define GITVERSION ""
|
||||
|
||||
namespace pluginsVersion {
|
||||
|
Loading…
Add table
Reference in a new issue