openbsd-ports/devel/cil/patches/patch-bin_cilly

13 lines
558 B
Plaintext

$OpenBSD: patch-bin_cilly,v 1.2 2006/05/28 15:44:14 avsm Exp $
--- bin/cilly.orig Sun May 21 05:14:15 2006
+++ bin/cilly Sat May 27 19:23:05 2006
@@ -61,7 +61,7 @@ use File::Basename;
use strict;
BEGIN {
@CilCompiler::ISA = qw(Cilly);
- $CilCompiler::base = "$::cilhome/obj/$::archos/cilly";
+ $CilCompiler::base = "$::cilhome/$::archos/cilly";
# Use the most recent version of cilly
$CilCompiler::mtime_asm = int((stat("$CilCompiler::base.asm.exe"))[9]);
$CilCompiler::mtime_byte = int((stat("$CilCompiler::base.byte.exe"))[9]);