[BACK]Return to patch-src_tkgate_verilog_out_c CVS log [TXT][DIR] Up to [local] / ports / cad / tkgate2 / patches

Annotation of ports/cad/tkgate2/patches/patch-src_tkgate_verilog_out_c, Revision 1.2

1.1       yason       1: $OpenBSD$
                      2: --- src/tkgate/verilog_out.c.orig      Wed Nov  9 13:55:14 2011
                      3: +++ src/tkgate/verilog_out.c   Wed Nov  9 13:57:51 2011
                      4: @@ -892,7 +892,7 @@ static int check_file(const char *name)
                      5:    system(cmd);
                      6:  #endif
                      7:
                      8: -  sprintf(cmd,"%s/libexec/tkgate",TkGate.homedir);
1.2     ! kirby       9: +  sprintf(cmd,"%${PREFIX}/bin/tkgate",TkGate.homedir);
1.1       yason      10:    if (!(pid = fork())) {
                     11:      execl(cmd,cmd,"-Vq",name,0);
                     12:      exit(1);

CVSweb