mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
$NetBSD: patch-ab,v 1.7 2012/12/21 15:06:31 joerg Exp $
|
|
|
|
--- configure.orig 2006-05-16 04:16:04.000000000 +0000
|
|
+++ configure
|
|
@@ -4415,7 +4415,7 @@ case "$ac_cv_build" in
|
|
case "${ac_cv_build}" in
|
|
i[3-9]86-*-netbsd*) machine=intel386 ;;
|
|
hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* )
|
|
- machine=hp9000s300 ;;
|
|
+ machine=m68k ;;
|
|
pc532-*-netbsd* | ns32k-*-netbsd* ) machine=ns32000 ;;
|
|
pmax-*-netbsd* | mips-*-netbsd* ) machine=pmax ;;
|
|
esac
|
|
@@ -9735,7 +9735,7 @@ echo $ECHO_N "checking for runtime libra
|
|
decosf* | linux* | irix*) dash_r="-rpath " ;;
|
|
*)
|
|
dash_r=""
|
|
- for try_dash_r in "-R" "-R " "-rpath "; do
|
|
+ for try_dash_r in "-Wl,R" "-R" "-R " "-rpath "; do
|
|
xe_check_libs="${try_dash_r}/no/such/file-or-directory"
|
|
|
|
if test "$GCC" = "yes"; then
|
|
@@ -18572,7 +18572,7 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <X11/Intrinsic.h>
|
|
- int main(int c, char *v) { return c>1 ? XlibSpecificationRelease : 0; }
|
|
+ int main(int c, char **v) { return c>1 ? XlibSpecificationRelease : 0; }
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
@@ -38829,7 +38829,7 @@ _ACEOF
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
-int main(int c,char *v){return 0;}
|
|
+int main(int c,char **v){return 0;}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
@@ -39670,7 +39670,7 @@ fi
|
|
if test "$have_vdb_mach" = yes ; then
|
|
echo " Using mach exception mechanism as vdb fault handler."
|
|
fi
|
|
-if test "$have_vdb_fake" = yes && test "$enable_vdb" == fake; then
|
|
+if test "$have_vdb_fake" = yes && test "$enable_vdb" = fake; then
|
|
echo " Virtual dirty bit write barrier manually disabled."
|
|
fi
|
|
test "$enable_pdump" = yes && echo " Using the new portable dumper."
|