patch-main_flite_main_c 526 B

12345678910111213
  1. $OpenBSD: patch-main_flite_main_c,v 1.1 2006/12/28 11:47:23 espie Exp $
  2. --- main/flite_main.c.orig Thu Dec 28 12:45:59 2006
  3. +++ main/flite_main.c Thu Dec 28 12:46:57 2006
  4. @@ -58,6 +58,8 @@ static void flite_version()
  5. FLITE_PROJECT_STATE,
  6. FLITE_PROJECT_DATE);
  7. printf(" CMU Copyright 1999-2003, all rights reserved\n");
  8. + printf(" Modified from the original for the OpenBSD project\n");
  9. + printf(" See http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/\n");
  10. }
  11. static void flite_usage()