From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JzCjc-0006uH-U7 for garchives@archives.gentoo.org; Thu, 22 May 2008 15:29:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E495EE043B; Thu, 22 May 2008 15:29:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD3BCE043B for ; Thu, 22 May 2008 15:29:39 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5AC9A677DA for ; Thu, 22 May 2008 15:29:39 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JzCja-0001Fe-D8 for gentoo-commits@lists.gentoo.org; Thu, 22 May 2008 15:29:38 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gdl/files: gdl-0.9_rc1-proj4.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gdl-0.9_rc1-proj4.patch X-VCS-Directories: dev-lang/gdl/files X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Thu, 22 May 2008 15:29:38 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1a7931b5-2ff7-434b-89a3-43f9b3961156 X-Archives-Hash: cdfd07a8969b7cf3bd7e297db7f7c87e bicatali 08/05/22 15:29:38 Added: gdl-0.9_rc1-proj4.patch Log: Version bump (Portage version: 2.1.5.2) Revision Changes Path 1.1 dev-lang/gdl/files/gdl-0.9_rc1-proj4.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gdl/files= /gdl-0.9_rc1-proj4.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gdl/files= /gdl-0.9_rc1-proj4.patch?rev=3D1.1&content-type=3Dtext/plain Index: gdl-0.9_rc1-proj4.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- configure.in.orig 2008-05-22 15:03:04.000000000 +0000 +++ configure.in 2008-05-22 15:03:19.000000000 +0000 @@ -482,14 +482,14 @@ =20 if test "x$with_libproj4" !=3D "xno"; then if test "x$with_libproj4" !=3D "xyes"; then - LIBS=3D"$LIBS -L$with_libproj4/lib -lproj4" + LIBS=3D"$LIBS -L$with_libproj4/lib -lproj" INCLUDES=3D"$INCLUDES -I$with_libproj4/include" else INCLUDES=3D"$INCLUDES -I/usr/include" - LIBS=3D"$LIBS -lproj4" + LIBS=3D"$LIBS -lproj" fi =20 - AC_CHECK_LIB(proj4, pj_init, [AC_DEFINE([USE_LIBPROJ4], [1], [Define i= f you want to use LIBPROJ4])], [ + AC_CHECK_LIB(proj, pj_init, [AC_DEFINE([USE_LIBPROJ4], [1], [Define if= you want to use LIBPROJ4])], [ echo "" echo "Error! LIBPROJ4 is required but was not found" echo " Use --with-libproj4=3DDIR to specify the LIBPROJ4 direc= tory tree" --- src/math_utl.hpp.orig 2008-05-22 15:00:39.000000000 +0000 +++ src/math_utl.hpp 2008-05-22 15:01:46.000000000 +0000 @@ -42,7 +42,7 @@ #define COMPLEX COMPLEX2 =20 extern "C" { -#include "lib_proj.h" +#include } =20 PJ *map_init(); --=20 gentoo-commits@lists.gentoo.org mailing list