22 lines
715 B
Text
22 lines
715 B
Text
$NetBSD: patch-aa,v 1.4 2011/09/03 21:45:03 dholland Exp $
|
|
|
|
--- nulib2-203/configure.orig 2004-10-11 16:55:23.000000000 -0400
|
|
+++ nulib2-203/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
|