Files
ports/audio/audacity/files/patch-src_AboutDialog.cpp
T
Tobias Kortkamp 1f50082f53 audio/audacity: Update to 2.4.2
- This should fix hangs on startup on FreeBSD 11.4
- Remove NYQUIST option since it is mandatory and disabling it does
  not work

Changes:	https://www.audacityteam.org/audacity-2-4-2-released/
PR:		247604
Submitted by:	maintainer
2020-07-03 02:58:48 +00:00

12 lines
441 B
C++

--- src/AboutDialog.cpp.orig 2020-06-28 06:25:54 UTC
+++ src/AboutDialog.cpp
@@ -63,7 +63,7 @@ hold information about one contributor to Audacity.
// RevisionIdent.h may contain #defines like these ones:
//#define REV_LONG "28864acb238cb3ca71dda190a2d93242591dd80e"
//#define REV_TIME "Sun Apr 12 12:40:22 2015 +0100"
-#include <RevisionIdent.h>
+//#include <RevisionIdent.h>
#ifndef REV_TIME
#define REV_TIME "unknown date and time"