logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

avrdude-6.3_no-datetime.patch (628B)


  1. --- a/main.c 2017-11-09 13:40:44.251913289 +0000
  2. +++ b/main.c 2017-11-09 13:41:40.659228746 +0000
  3. @@ -682,7 +682,7 @@
  4. avrdude_message(MSG_NOTICE, "\n%s: Version %s, compiled on %s at %s\n"
  5. "%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n"
  6. "%sCopyright (c) 2007-2014 Joerg Wunsch\n\n",
  7. - progname, version, __DATE__, __TIME__, progbuf, progbuf);
  8. + progname, version, "Jan 13 1984", "12:30:30", progbuf, progbuf);
  9. avrdude_message(MSG_NOTICE, "%sSystem wide configuration file is \"%s\"\n",
  10. progbuf, sys_config);