openbsd-ports/graphics/dia/patches/patch-configure
2001-03-04 14:44:12 +00:00

30 lines
849 B
Plaintext

--- configure.orig Sun Aug 6 05:47:04 2000
+++ configure Sun Mar 4 22:19:38 2001
@@ -4835,7 +4835,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -5390,7 +5390,7 @@
# Extract the first word of "xml-config", so it can be a program name with args.
-set dummy xml-config; ac_word=$2
+set dummy xml2-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:5396: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_XML_CONFIG'+set}'`\" = set"; then
@@ -5404,7 +5404,7 @@
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
- ac_cv_prog_XML_CONFIG="xml-config"
+ ac_cv_prog_XML_CONFIG="xml2-config"
break
fi
done