pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/rawtherapee



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 18:38:32 UTC 2018

Modified Files:
        pkgsrc/graphics/rawtherapee: Makefile

Log Message:
rawtherapee: build fix


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/rawtherapee/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/rawtherapee/Makefile
diff -u pkgsrc/graphics/rawtherapee/Makefile:1.4 pkgsrc/graphics/rawtherapee/Makefile:1.5
--- pkgsrc/graphics/rawtherapee/Makefile:1.4    Mon Apr 16 14:34:40 2018
+++ pkgsrc/graphics/rawtherapee/Makefile        Sat Sep 29 18:38:32 2018
@@ -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 @@ USE_TOOLS+=  pkg-config
 
 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