mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
$NetBSD: patch-ac,v 1.2 2012/01/02 23:42:28 dholland Exp $
|
|
|
|
- adjust to libtooling
|
|
|
|
--- WizardAux.orig 2009-08-14 12:53:12.000000000 +0000
|
|
+++ WizardAux
|
|
@@ -47,7 +47,7 @@ sub RunProg {
|
|
my $val;
|
|
my $res;
|
|
|
|
- system("make wntl.a");
|
|
+ system("make libwntl.la");
|
|
RemoveProg($name);
|
|
system("make $name");
|
|
|