mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
23 lines
659 B
Text
23 lines
659 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Wed Nov 7 11:20:14 2001
|
|
+++ configure Wed Nov 7 11:34:43 2001
|
|
@@ -9981,7 +9981,7 @@
|
|
done
|
|
|
|
|
|
-for ac_hdr in iconv.h
|
|
+for ac_hdr in giconv.h
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
@@ -10618,7 +10618,7 @@
|
|
if gnome-config --libs gb > /dev/null 2>&1; then
|
|
verstxt=`gnome-config --modversion gb 2>/dev/null`
|
|
vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'`
|
|
- if test "$vers" -eq 000017; then
|
|
+ if test "$vers" -ge 000017; then
|
|
echo "$ac_t""$marker_ok found $verstxt" 1>&6
|
|
cat >> confdefs.h <<\EOF
|
|
#define ENABLE_GB 1
|