machine -> arch -s to reflect powerpc-based ports name change

and make this work again
This commit is contained in:
pvalchev 2001-09-08 18:20:29 +00:00
parent fec8d0bfc0
commit 6a08d46def
3 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
- DL_LIBS=""
+ case `machine` in
+ case `arch -s` in
+ powerpc)
+ DL_LIBS="-ldl";;
+ *)

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.2 2001/08/04 18:10:35 pvalchev Exp $
--- configure.orig Fri Apr 6 11:51:46 2001
+++ configure Fri Aug 3 22:12:29 2001
$OpenBSD: patch-configure,v 1.3 2001/09/08 18:24:32 pvalchev Exp $
--- configure.orig Fri Apr 6 12:51:46 2001
+++ configure Sat Sep 8 11:52:47 2001
@@ -5112,13 +5112,23 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
@ -20,7 +20,7 @@ $OpenBSD: patch-configure,v 1.2 2001/08/04 18:10:35 pvalchev Exp $
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
- DL_LIBS=""
+ case `machine` in
+ case `arch -s` in
+ powerpc)
+ DL_LIBS="-ldl";;
+ *)

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure,v 1.2 2001/08/04 18:12:44 pvalchev Exp $
$OpenBSD: patch-configure,v 1.3 2001/09/08 18:20:29 pvalchev Exp $
--- configure.orig Thu Apr 5 20:03:05 2001
+++ configure Fri Aug 3 23:27:46 2001
@@ -1868,13 +1868,23 @@ fi
@ -20,7 +20,7 @@ $OpenBSD: patch-configure,v 1.2 2001/08/04 18:12:44 pvalchev Exp $
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
- DL_LIBS=""
+ case `machine` in
+ case `arch -s` in
+ powerpc)
+ DL_LIBS="-ldl";;
+ *)