blob: 7318c29c27bd5faeefdea542c5c1c0c5a6959878 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.2 2003/07/15 09:36:46 agc Exp $
--- configure.orig Sat Mar 10 21:41:17 2001
+++ configure Sat Mar 10 21:42:16 2001
@@ -7,6 +7,9 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
+# XXX - until pkgsrc has a sane way to invoke multiple "configure" scripts
+(cd ../nufxlib-200 && ./configure ${1+$@})
+
# Defaults:
ac_help=
ac_default_prefix=/usr/local
|