From e91a39900397e5d6d946e990a37f510dc1b9ee49 Mon Sep 17 00:00:00 2001 From: bicatali Date: Wed, 1 Aug 2007 16:26:42 +0000 Subject: dev-lang/gdl: gdl: version update git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@670 32389bae-6d03-0410-99cf-db05cde120eb --- dev-lang/gdl/files/gdl-0.9_pre5-proj4.patch | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dev-lang/gdl/files/gdl-0.9_pre5-proj4.patch (limited to 'dev-lang/gdl/files/gdl-0.9_pre5-proj4.patch') diff --git a/dev-lang/gdl/files/gdl-0.9_pre5-proj4.patch b/dev-lang/gdl/files/gdl-0.9_pre5-proj4.patch new file mode 100644 index 000000000..c3991aba1 --- /dev/null +++ b/dev-lang/gdl/files/gdl-0.9_pre5-proj4.patch @@ -0,0 +1,39 @@ +--- configure.orig 2007-07-05 20:53:22.000000000 +0100 ++++ configure 2007-08-01 11:42:25.853492000 +0100 +@@ -20805,20 +20805,20 @@ + + if test "x$with_libproj4" != "xno"; then + if test "x$with_libproj4" != "xyes"; then +- LIBS="$LIBS -L$with_libproj4/lib -lproj4" ++ LIBS="$LIBS -L$with_libproj4/lib -lproj" + INCLUDES="$INCLUDES -I$with_libproj4/include" + else + INCLUDES="$INCLUDES -I/usr/include" +- LIBS="$LIBS -lproj4" ++ LIBS="$LIBS -lproj" + fi + +- { echo "$as_me:$LINENO: checking for pj_init in -lproj4" >&5 +-echo $ECHO_N "checking for pj_init in -lproj4... $ECHO_C" >&6; } ++ { echo "$as_me:$LINENO: checking for pj_init in -lproj" >&5 ++echo $ECHO_N "checking for pj_init in -lproj... $ECHO_C" >&6; } + if test "${ac_cv_lib_proj4_pj_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lproj4 $LIBS" ++LIBS="-lproj $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +--- src/math_utl.hpp.orig 2007-07-05 19:09:24.000000000 +0100 ++++ src/math_utl.hpp 2007-08-01 12:33:11.118722250 +0100 +@@ -42,7 +42,7 @@ + #define COMPLEX COMPLEX2 + + extern "C" { +-#include "lib_proj.h" ++#include "projects.h" + } + + PJ *map_init(); -- cgit v1.2.3-65-gdbad