pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/rawtherapee rawtherapee: build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfcf0d7f8399
branches:  trunk
changeset: 385795:cfcf0d7f8399
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 18:38:32 2018 +0000

description:
rawtherapee: build fix

diffstat:

 graphics/rawtherapee/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b83897892643 -r cfcf0d7f8399 graphics/rawtherapee/Makefile
--- a/graphics/rawtherapee/Makefile     Sat Sep 29 18:23:06 2018 +0000
+++ b/graphics/rawtherapee/Makefile     Sat Sep 29 18:38:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/04/16 14:34:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/29 18:38:32 tnn Exp $
 
 DISTNAME=      RawTherapee-5.3
 PKGNAME=       ${DISTNAME:tl}
@@ -19,6 +19,10 @@
 
 CMAKE_ARGS+=   -DPKGMANDIR=${PKGMANDIR}
 
+# ReleaseInfo.cmake must exist or it will try to use git(1) to regen it.
+pre-configure:
+       touch ${WRKSRC}/ReleaseInfo.cmake
+
 .include "../../audio/libcanberra/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index