wok-6.x diff ardour/receipt @ rev 24254
updated perl-test-compile (2.4.0 -> 3.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 09:57:13 2022 +0100 (2022-01-02) |
parents | dc0f7fd1ff7d |
children | 9bbac86a37f7 |
line diff
1.1 --- a/ardour/receipt Sat Jun 12 09:05:17 2021 +0000 1.2 +++ b/ardour/receipt Sun Jan 02 09:57:13 2022 +0100 1.3 @@ -29,6 +29,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + [ -s libs/ardour/svn_revision.cc ] || 1.8 + cat > libs/ardour/svn_revision.cc <<EOT 1.9 +#include "ardour/svn_revision.h" 1.10 +namespace ARDOUR { 1.11 + extern const char* svn_revision = "$VERSION"; 1.12 +} 1.13 +EOT 1.14 # glibmm >=2.31 fix 1.15 grep -lr signal_timeout * | xargs sed -i '1i#include <glibmm/main.h>' 1.16