From 65618f73ac70e69cf70b04e4a3f4e192f221e5a7 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 16 Jun 2001 20:01:23 +0000 Subject: Refer to glib-config as $GLIB_CONFIG in the configure script. --- net/ORBit/distinfo | 4 ++-- net/ORBit/patches/patch-ac | 34 +++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 13 deletions(-) (limited to 'net') diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo index 95d4ab7875e..e47bea743f8 100644 --- a/net/ORBit/distinfo +++ b/net/ORBit/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.3 2001/05/21 19:59:03 rh Exp $ +$NetBSD: distinfo,v 1.4 2001/06/16 20:01:23 jlam Exp $ SHA1 (ORBit-0.5.8.tar.bz2) = 89b7d79f44be59ab029b126c60e79143597db663 Size (ORBit-0.5.8.tar.bz2) = 850158 bytes SHA1 (patch-aa) = 4abb149e8d15c973fbe810504ce79948f5c782f1 SHA1 (patch-ab) = 1a8d5c433941930d558a408ebfa2ba4a631bafea -SHA1 (patch-ac) = 58e9a1e51cd21c81af1d37bb334d1a3e994bf0a5 +SHA1 (patch-ac) = 7fddddf08e9f35e1e506be3f71c5925d62ae760c SHA1 (patch-ad) = 688920ba423aa2994d9e2e6540f8738305cb7fd9 SHA1 (patch-ae) = f6e8fff6047b359ab92c38c0ae2293655394ea04 SHA1 (patch-ag) = bd6d15d5c2b61fa71f61a5877f5e837d420234b4 diff --git a/net/ORBit/patches/patch-ac b/net/ORBit/patches/patch-ac index fa1653b58e4..d29a89f10d1 100644 --- a/net/ORBit/patches/patch-ac +++ b/net/ORBit/patches/patch-ac @@ -1,15 +1,27 @@ -$NetBSD: patch-ac,v 1.7 2001/03/13 08:08:33 skrll Exp $ +$NetBSD: patch-ac,v 1.8 2001/06/16 20:01:23 jlam Exp $ ---- configure.orig Mon Mar 12 23:59:21 2001 -+++ configure -@@ -3454,6 +3454,10 @@ - LIB_WRAP=-lwrap - echo "Found $THEFILE/libwrap.so" 1>&5 - break -+ elif test -f $THEFILE/libwrap.so.*.*; then +--- configure.orig Sun May 13 03:12:36 2001 ++++ configure Sat Jun 16 00:30:29 2001 +@@ -2151,9 +2151,9 @@ + rm -f conf.glibtest + + +-GMODULE_CFLAGS=`glib-config --cflags gmodule` ++GMODULE_CFLAGS=`$GLIB_CONFIG --cflags gmodule` + +-GMODULE_LIBS=`glib-config --libs gmodule` ++GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` + + + for ac_prog in 'bison -y' byacc +@@ -3451,6 +3451,10 @@ + THEFILE="`echo $I | sed -e 's,^-L,,'`" + echo "From $I, checking in dir $THEFILE for libwrap.so" 1>&5 + if test -f $THEFILE/libwrap.so; then + LIB_WRAP=-lwrap + echo "Found $THEFILE/libwrap.so" 1>&5 + break - else - echo "From $I, checking in dir $THEFILE for libwrap.a" 1>&5 - if test -f $THEFILE/libwrap.a; then ++ elif test -f $THEFILE/libwrap.so.*.*; then + LIB_WRAP=-lwrap + echo "Found $THEFILE/libwrap.so" 1>&5 + break -- cgit v1.2.3