mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
14 lines
478 B
Text
14 lines
478 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Wed Nov 7 11:20:14 2001
|
|
+++ configure Wed Nov 7 11:34:43 2001
|
|
@@ -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
|