blob: 68aef379c5ebd7ff8addc7e8d000d45cd60175b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.3 2004/11/29 04:50:35 tv Exp $
--- configure.orig 2004-10-11 16:55:23.000000000 -0400
+++ configure
@@ -1,4 +1,6 @@
#! /bin/sh
+# XXX - until pkgsrc has a sane way to invoke multiple "configure" scripts
+(cd ../nufxlib-2* && ./configure "$@")
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
@@ -4367,10 +4369,6 @@ if test "$host_os" = "beos"; then
fi
fi
-if test "$host_vendor" = "apple" -a ${host_os:0:6} = "darwin"; then
- echo "checking for Mac OS X... yes, adding -framework Carbon"
- LIBS="$LIBS -framework Carbon"
-fi
if test "$host_cpu" = "powerpc" -a "$host_os" = "beos"; then
|