c93406f23e
have fixed when I imported this port: don't build rpm using -static, as we don't intend to use rpm to install a new system (the configuration system of this port is stupid). one thing leading to another: fix the usual libtool bug, fix the usual gettext bug... fed up of GNU.
61 lines
1.6 KiB
Plaintext
61 lines
1.6 KiB
Plaintext
$OpenBSD: patch-configure,v 1.1 2000/12/06 09:45:02 espie Exp $
|
|
--- configure.orig Wed Sep 13 21:41:59 2000
|
|
+++ configure Tue Dec 5 13:55:23 2000
|
|
@@ -5675,7 +5675,7 @@ else
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
CATOBJEXT=.mo
|
|
- DATADIRNAME=lib
|
|
+ DATADIRNAME=share
|
|
fi
|
|
rm -f conftest*
|
|
INSTOBJEXT=.mo
|
|
@@ -6599,47 +6599,6 @@ if test $ac_cv_header_time = yes; then
|
|
EOF
|
|
|
|
fi
|
|
-
|
|
-
|
|
-for ac_hdr in db_185.h db1/db.h
|
|
-do
|
|
-ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
-echo "configure:6609: checking for $ac_hdr" >&5
|
|
-if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
- echo $ac_n "(cached) $ac_c" 1>&6
|
|
-else
|
|
- cat > conftest.$ac_ext <<EOF
|
|
-#line 6614 "configure"
|
|
-#include "confdefs.h"
|
|
-#include <$ac_hdr>
|
|
-EOF
|
|
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:6619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
|
-if test -z "$ac_err"; then
|
|
- rm -rf conftest*
|
|
- eval "ac_cv_header_$ac_safe=yes"
|
|
-else
|
|
- echo "$ac_err" >&5
|
|
- echo "configure: failed program was:" >&5
|
|
- cat conftest.$ac_ext >&5
|
|
- rm -rf conftest*
|
|
- eval "ac_cv_header_$ac_safe=no"
|
|
-fi
|
|
-rm -f conftest*
|
|
-fi
|
|
-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
|
- echo "$ac_t""yes" 1>&6
|
|
- ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
|
- cat >> confdefs.h <<EOF
|
|
-#define $ac_tr_hdr 1
|
|
-EOF
|
|
-
|
|
-else
|
|
- echo "$ac_t""no" 1>&6
|
|
-fi
|
|
-done
|
|
|
|
for ac_hdr in fcntl.h getopt.h grp.h memory.h netdb.h pwd.h utime.h
|
|
do
|