User: frankie 
  Date: 06/03/24 14:15:44

  Modified:    debian/patches 00list
  Added:       debian/patches fftw3.dpatch nviz.dpatch
  Removed:     debian/patches configure.in.dpatch
  Log:
  Adding a couple of interesting patches.
  
  Revision  Changes    Path
  1.13      +2 -1      pkg-grass/debian/patches/00list
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/00list?annotate=1.13&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/00list?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/00list.diff?r1=1.13&r2=1.12&cvsroot=
  
  -----------------------------------
  
  Index: 00list
  ===================================================================
  RCS file: /cvsroot/pkg-grass/pkg-grass/debian/patches/00list,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- 00list    14 Mar 2006 15:02:46 -0000      1.12
  +++ 00list    24 Mar 2006 14:15:43 -0000      1.13
  @@ -1,4 +1,5 @@
   epsg-codes-loc
   htmlgen-fakeroot
   xterm-fix
  -#configure.in
  +fftw3
  +nviz
  
  
  
  1.1                  pkg-grass/debian/patches/fftw3.dpatch
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/fftw3.dpatch?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/fftw3.dpatch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: fftw3.dpatch
  ===================================================================
  #! /bin/sh /usr/share/dpatch/dpatch-run
  ## fftw3.dpatch by Francesco Paolo Lovergine <[EMAIL PROTECTED]>
  ##
  ## All lines beginning with `## DP:' are a description of the patch.
  ## DP: No description.
  
  @DPATCH@
  diff -urNad grass-6.0.2~/configure grass-6.0.2/configure
  --- grass-6.0.2~/configure    2006-03-11 12:06:41.000000000 +0100
  +++ grass-6.0.2/configure     2006-03-24 13:41:14.000000000 +0100
  @@ -10239,7 +10239,7 @@
   
   ac_save_cppflags="$CPPFLAGS"
   CPPFLAGS="$FFTWINC $CPPFLAGS"
  -for ac_hdr in fftw.h
  +for ac_hdr in fftw3.h
   do
   ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
   echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  @@ -10274,8 +10274,8 @@
   else
     echo "$ac_t""no" 1>&6
   ac_save_cppflags="$CPPFLAGS"
  -CPPFLAGS=" $CPPFLAGS"
  -for ac_hdr in dfftw.h
  +CPPFLAGS="$FFTWINC $CPPFLAGS"
  +for ac_hdr in fftw.h
   do
   ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
   echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  @@ -10309,6 +10309,42 @@
    
   else
     echo "$ac_t""no" 1>&6
  +ac_save_cppflags="$CPPFLAGS"
  +CPPFLAGS=" $CPPFLAGS"
  +for ac_hdr in dfftw.h
  +do
  +ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  +echo "configure:10319: checking for $ac_hdr" >&5
  +
  +cat > conftest.$ac_ext <<EOF
  +#line 10322 "configure"
  +#include "confdefs.h"
  +#include <$ac_hdr>
  +EOF
  +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  +{ (eval echo configure:10327: \"$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*
  +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
   { echo "configure: error: *** Unable to locate FFTW includes." 1>&2; exit 1; 
}
   
   fi
  @@ -10323,11 +10359,17 @@
   CPPFLAGS=$ac_save_cppflags
   
   
  +fi
  +done
  +
  +CPPFLAGS=$ac_save_cppflags
  +
  +
   # With FFTW library directory
   
   
   echo $ac_n "checking for location of FFTW library""... $ac_c" 1>&6
  -echo "configure:10331: checking for location of FFTW library" >&5
  +echo "configure:10373: checking for location of FFTW library" >&5
   case "$with_fftw_libs" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-fftw-libs." 1>&2; exit 1; }
  @@ -10351,14 +10393,56 @@
   LDFLAGS="$FFTWLIB $LDFLAGS"
   
   
  +echo $ac_n "checking for fftw_execute in -lfftw3""... $ac_c" 1>&6
  +echo "configure:10398: checking for fftw_execute in -lfftw3" >&5
  +ac_lib_var=`echo fftw3'_'fftw_execute | sed 'y%./+-%__p_%'`
  +
  +ac_save_LIBS="$LIBS"
  +LIBS="-lfftw3 $MATHLIB $LIBS"
  +cat > conftest.$ac_ext <<EOF
  +#line 10404 "configure"
  +#include "confdefs.h"
  +/* Override any gcc2 internal prototype to avoid an error.  */
  +/* We use char because int might match the return type of a gcc2
  +    builtin and then its argument prototype would still apply.  */
  +char fftw_execute();
  +
  +int main() {
  +fftw_execute()
  +; return 0; }
  +EOF
  +if { (eval echo configure:10415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +  rm -rf conftest*
  +  eval "ac_cv_lib_$ac_lib_var=yes"
  +else
  +  echo "configure: failed program was:" >&5
  +  cat conftest.$ac_ext >&5
  +  rm -rf conftest*
  +  eval "ac_cv_lib_$ac_lib_var=no"
  +fi
  +rm -f conftest*
  +LIBS="$ac_save_LIBS"
  +
  +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  +  echo "$ac_t""yes" 1>&6
  +  FFTWLIB="$FFTWLIB -lfftw3 $MATHLIB"
  +else
  +  echo "$ac_t""no" 1>&6
  +
  +LDFLAGS=${ac_save_ldflags}
  +
  +ac_save_ldflags="$LDFLAGS"
  +LDFLAGS="$FFTWLIB $LDFLAGS"
  +
  +
   echo $ac_n "checking for fftwnd_one in -lfftw""... $ac_c" 1>&6
  -echo "configure:10356: checking for fftwnd_one in -lfftw" >&5
  +echo "configure:10440: checking for fftwnd_one in -lfftw" >&5
   ac_lib_var=`echo fftw'_'fftwnd_one | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-lfftw $MATHLIB $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10362 "configure"
  +#line 10446 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10369,7 +10453,7 @@
   fftwnd_one()
   ; return 0; }
   EOF
  -if { (eval echo configure:10373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10394,13 +10478,13 @@
   
   
   echo $ac_n "checking for fftwnd_one in -ldfftw""... $ac_c" 1>&6
  -echo "configure:10398: checking for fftwnd_one in -ldfftw" >&5
  +echo "configure:10482: checking for fftwnd_one in -ldfftw" >&5
   ac_lib_var=`echo dfftw'_'fftwnd_one | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-ldfftw $MATHLIB $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10404 "configure"
  +#line 10488 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10411,7 +10495,7 @@
   fftwnd_one()
   ; return 0; }
   EOF
  -if { (eval echo configure:10415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10449,6 +10533,14 @@
   LDFLAGS=${ac_save_ldflags}
   
   
  +
  +fi
  +
  +
  +
  +LDFLAGS=${ac_save_ldflags}
  +
  +
   fi # $USE_FFTW
   
   
  @@ -10460,7 +10552,7 @@
   
   
   echo $ac_n "checking whether to use BLAS""... $ac_c" 1>&6
  -echo "configure:10464: checking whether to use BLAS" >&5
  +echo "configure:10556: checking whether to use BLAS" >&5
   echo "$ac_t"""$with_blas"" 1>&6
   case "$with_blas" in
        "no")   USE_BLAS=       ;;
  @@ -10482,7 +10574,7 @@
   
   
   echo $ac_n "checking for location of BLAS library""... $ac_c" 1>&6
  -echo "configure:10486: checking for location of BLAS library" >&5
  +echo "configure:10578: checking for location of BLAS library" >&5
   case "$with_blas_libs" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-blas-libs." 1>&2; exit 1; }
  @@ -10509,13 +10601,13 @@
   
   
   echo $ac_n "checking for dnrm2_ in -lblas""... $ac_c" 1>&6
  -echo "configure:10513: checking for dnrm2_ in -lblas" >&5
  +echo "configure:10605: checking for dnrm2_ in -lblas" >&5
   ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-lblas $MATHLIB  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10519 "configure"
  +#line 10611 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10526,7 +10618,7 @@
   dnrm2_()
   ; return 0; }
   EOF
  -if { (eval echo configure:10530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10545,13 +10637,13 @@
     echo "$ac_t""no" 1>&6
   
   echo $ac_n "checking for dnrm2_ in -lblas""... $ac_c" 1>&6
  -echo "configure:10549: checking for dnrm2_ in -lblas" >&5
  +echo "configure:10641: checking for dnrm2_ in -lblas" >&5
   ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-lblas $MATHLIB -lg2c $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10555 "configure"
  +#line 10647 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10562,7 +10654,7 @@
   dnrm2_()
   ; return 0; }
   EOF
  -if { (eval echo configure:10566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10615,7 +10707,7 @@
   
   
   echo $ac_n "checking whether to use LAPACK""... $ac_c" 1>&6
  -echo "configure:10619: checking whether to use LAPACK" >&5
  +echo "configure:10711: checking whether to use LAPACK" >&5
   echo "$ac_t"""$with_lapack"" 1>&6
   case "$with_lapack" in
        "no")   USE_LAPACK=     ;;
  @@ -10637,7 +10729,7 @@
   
   
   echo $ac_n "checking for location of LAPACK library""... $ac_c" 1>&6
  -echo "configure:10641: checking for location of LAPACK library" >&5
  +echo "configure:10733: checking for location of LAPACK library" >&5
   case "$with_lapack_libs" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-lapack-libs." 1>&2; exit 1; }
  @@ -10664,13 +10756,13 @@
   
   
   echo $ac_n "checking for dgesv_ in -llapack""... $ac_c" 1>&6
  -echo "configure:10668: checking for dgesv_ in -llapack" >&5
  +echo "configure:10760: checking for dgesv_ in -llapack" >&5
   ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-llapack $BLASLIB $MATHLIB  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10674 "configure"
  +#line 10766 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10681,7 +10773,7 @@
   dgesv_()
   ; return 0; }
   EOF
  -if { (eval echo configure:10685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10700,13 +10792,13 @@
     echo "$ac_t""no" 1>&6
   
   echo $ac_n "checking for dgesv_ in -llapack""... $ac_c" 1>&6
  -echo "configure:10704: checking for dgesv_ in -llapack" >&5
  +echo "configure:10796: checking for dgesv_ in -llapack" >&5
   ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-llapack $BLASLIB $MATHLIB -lg2c $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10710 "configure"
  +#line 10802 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10717,7 +10809,7 @@
   dgesv_()
   ; return 0; }
   EOF
  -if { (eval echo configure:10721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10770,7 +10862,7 @@
   
   
   echo $ac_n "checking whether to use Motif""... $ac_c" 1>&6
  -echo "configure:10774: checking whether to use Motif" >&5
  +echo "configure:10866: checking whether to use Motif" >&5
   echo "$ac_t"""$with_motif"" 1>&6
   case "$with_motif" in
        "no")   USE_MOTIF=      ;;
  @@ -10789,7 +10881,7 @@
   
   
   echo $ac_n "checking for location of Motif includes""... $ac_c" 1>&6
  -echo "configure:10793: checking for location of Motif includes" >&5
  +echo "configure:10885: checking for location of Motif includes" >&5
   case "$with_motif_includes" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-motif-includes." 1>&2; exit 1; }
  @@ -10815,15 +10907,15 @@
   do
   ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
   echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  -echo "configure:10819: checking for $ac_hdr" >&5
  +echo "configure:10911: checking for $ac_hdr" >&5
   
   cat > conftest.$ac_ext <<EOF
  -#line 10822 "configure"
  +#line 10914 "configure"
   #include "confdefs.h"
   #include <$ac_hdr>
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:10827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:10919: \"$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*
  @@ -10857,7 +10949,7 @@
   
   
   echo $ac_n "checking for location of Motif library""... $ac_c" 1>&6
  -echo "configure:10861: checking for location of Motif library" >&5
  +echo "configure:10953: checking for location of Motif library" >&5
   case "$with_motif_libs" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-motif-libs." 1>&2; exit 1; }
  @@ -10882,13 +10974,13 @@
   
   
   echo $ac_n "checking for XmStringCreate in -lXm""... $ac_c" 1>&6
  -echo "configure:10886: checking for XmStringCreate in -lXm" >&5
  +echo "configure:10978: checking for XmStringCreate in -lXm" >&5
   ac_lib_var=`echo Xm'_'XmStringCreate | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-lXm $X_LIBS -lXm -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 10892 "configure"
  +#line 10984 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -10899,7 +10991,7 @@
   XmStringCreate()
   ; return 0; }
   EOF
  -if { (eval echo configure:10903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:10995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -10940,7 +11032,7 @@
   
   
   echo $ac_n "checking whether to use GLw""... $ac_c" 1>&6
  -echo "configure:10944: checking whether to use GLw" >&5
  +echo "configure:11036: checking whether to use GLw" >&5
   echo "$ac_t"""$with_glw"" 1>&6
   case "$with_glw" in
        "no")   USE_GLW=        ;;
  @@ -10959,7 +11051,7 @@
   
   
   echo $ac_n "checking for location of GLw includes""... $ac_c" 1>&6
  -echo "configure:10963: checking for location of GLw includes" >&5
  +echo "configure:11055: checking for location of GLw includes" >&5
   case "$with_glw_includes" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-glw-includes." 1>&2; exit 1; }
  @@ -10985,15 +11077,15 @@
   do
   ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
   echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  -echo "configure:10989: checking for $ac_hdr" >&5
  +echo "configure:11081: checking for $ac_hdr" >&5
   
   cat > conftest.$ac_ext <<EOF
  -#line 10992 "configure"
  +#line 11084 "configure"
   #include "confdefs.h"
   #include <$ac_hdr>
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:10997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:11089: \"$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*
  @@ -11021,15 +11113,15 @@
   do
   ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
   echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  -echo "configure:11025: checking for $ac_hdr" >&5
  +echo "configure:11117: checking for $ac_hdr" >&5
   
   cat > conftest.$ac_ext <<EOF
  -#line 11028 "configure"
  +#line 11120 "configure"
   #include "confdefs.h"
   #include <$ac_hdr>
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:11033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:11125: \"$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*
  @@ -11069,7 +11161,7 @@
   
   
   echo $ac_n "checking for location of GLw library""... $ac_c" 1>&6
  -echo "configure:11073: checking for location of GLw library" >&5
  +echo "configure:11165: checking for location of GLw library" >&5
   case "$with_glw_libs" in
   y | ye | yes | n | no)
        { echo "configure: error: *** You must supply a directory to 
--with-glw-libs." 1>&2; exit 1; }
  @@ -11094,13 +11186,13 @@
   
   
   echo $ac_n "checking for GLwCreateMDrawingArea in -lGLw""... $ac_c" 1>&6
  -echo "configure:11098: checking for GLwCreateMDrawingArea in -lGLw" >&5
  +echo "configure:11190: checking for GLwCreateMDrawingArea in -lGLw" >&5
   ac_lib_var=`echo GLw'_'GLwCreateMDrawingArea | sed 'y%./+-%__p_%'`
   
   ac_save_LIBS="$LIBS"
   LIBS="-lGLw $X_LIBS $OPENGLLIB -lXm -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS  
$LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 11104 "configure"
  +#line 11196 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -11111,7 +11203,7 @@
   GLwCreateMDrawingArea()
   ; return 0; }
   EOF
  -if { (eval echo configure:11115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
  +if { (eval echo configure:11207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -11136,13 +11228,13 @@
   
   
   echo $ac_n "checking for GLwCreateM1DrawingArea in -lGLw""... $ac_c" 1>&6
  
  Reached max line limit 500!
  
  
  1.3       +202 -28   pkg-grass/debian/patches/nviz.dpatch
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/nviz.dpatch?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/nviz.dpatch?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/patches/nviz.dpatch.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  
  
  

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to