Takashi Iwai
8f2d177b1d
- update to version 17.1: also fix the build on TW (boo#1023723) - Drop obsoleted patch snd-15.5_backport_remove_glprofile.patch - Fix no return value compile warnings: snd-fix-no-return.diff - Avoid __DATE__ and __TIME__ usages (actually the code works fine but the BS detects it falsely, so better to drop the line): snd-drop-date-time.diff OBS-URL: https://build.opensuse.org/request/show/455017 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/snd?expand=0&rev=32
17 lines
404 B
Diff
17 lines
404 B
Diff
---
|
|
snd-help.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
--- a/snd-help.c
|
|
+++ b/snd-help.c
|
|
@@ -370,9 +370,6 @@ char *version_info(void)
|
|
", mpfr: ", mpfr_get_version(),
|
|
", mpc: ", mpc_get_version(),
|
|
#endif
|
|
-#if (defined(__DATE__)) && (!(defined(REPRODUCIBLE_BUILD)))
|
|
- "\n Compiled ", __DATE__, " ", __TIME__,
|
|
-#endif
|
|
#ifdef __VERSION__
|
|
#ifndef __cplusplus
|
|
"\n C: ",
|