pkgsrc-WIP-changes archive

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

audacity-cmake: fix build



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Jun 29 21:18:21 2020 +0200
Changeset:	95c2ef7d87ac58fb9e7caaf8ea7daf0e7ab91b35

Modified Files:
	audacity-cmake/Makefile
Removed Files:
	audacity-cmake/TODO

Log Message:
audacity-cmake: fix build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95c2ef7d87ac58fb9e7caaf8ea7daf0e7ab91b35

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

diffstat:
 audacity-cmake/Makefile | 2 ++
 audacity-cmake/TODO     | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/audacity-cmake/Makefile b/audacity-cmake/Makefile
index f7385e6fc0..0d8819245e 100644
--- a/audacity-cmake/Makefile
+++ b/audacity-cmake/Makefile
@@ -87,6 +87,8 @@ PYTHON_FOR_BUILD_ONLY=		tool
 
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
+	# file is missing from tarball
+	${TOUCH} ${WRKSRC}/src/RevisionIdent.h
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/audacity-cmake/TODO b/audacity-cmake/TODO
deleted file mode 100644
index 807be74e7a..0000000000
--- a/audacity-cmake/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-Fails to compile:
-/scratch/wip/audacity-cmake/work/audacity-Audacity-2.4.2/src/AboutDialog.cpp:66:10: fatal error: RevisionIdent.h: No such file or directory
- #include <RevisionIdent.h>                                                              
-          ^~~~~~~~~~~~~~~~~
-


Home | Main Index | Thread Index | Old Index