tags 647120 +patch
thanks

Patch attached.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
--- libgeo-proj4-perl-1.01.orig/Makefile.PL
+++ libgeo-proj4-perl-1.01/Makefile.PL
@@ -1,4 +1,5 @@
 use ExtUtils::MakeMaker;
+use Config;
                                                                                 
 require 5.006;
 
@@ -29,7 +30,7 @@ WriteMakefile
  , VERSION  => '1.01'
  , AUTHOR   => 'Mark Overmeer'
  , ABSTRACT => 'Proj4 library for carthographic projections'
- , CCFLAGS  => "-I$FWTools/include"
+ , CCFLAGS  => "-I$FWTools/include $Config{ccflags}"
  , LIBS     => [ "-L$FWTools/lib -lproj" ]
  , LICENSE  => 'perl'
  );

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

Reply via email to