From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OFMXw-0002dx-5e for garchives@archives.gentoo.org; Fri, 21 May 2010 07:21:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7217E05F1; Fri, 21 May 2010 12:21:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 884B6E05F1 for ; Fri, 21 May 2010 12:21:25 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2D5A01B4029 for ; Fri, 21 May 2010 12:21:25 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2264) id DC5382C9F6; Fri, 21 May 2010 12:21:23 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gts/files: gts-20100321-examples.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gts-20100321-examples.patch X-VCS-Directories: sci-libs/gts/files X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20100521122123.DC5382C9F6@corvid.gentoo.org> Date: Fri, 21 May 2010 12:21:23 +0000 (UTC) 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: 8020f17b-883a-4222-b7a0-e2301e454b32 X-Archives-Hash: 414094dc192efd3ccb2764c21d57e886 jlec 10/05/21 12:21:23 Added: gts-20100321-examples.patch Log: Version Bump (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.1 sci-libs/gts/files/gts-20100321-examples.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/files= /gts-20100321-examples.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gts/files= /gts-20100321-examples.patch?rev=3D1.1&content-type=3Dtext/plain Index: gts-20100321-examples.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 diff --git a/examples/Makefile.am b/examples/Makefile.am index f03f215..8e9ca63 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,6 +9,8 @@ EXTRA_PROGRAMS =3D happrox =20 happrox_LDADD =3D $(LDADD) -lnetpbm =20 +happrox_CPPFLAGS =3D -I/usr/include/netpbm + if HAS_NETPBM NETPBM_EXTRA =3D happrox endif @@ -16,9 +18,7 @@ endif bin_PROGRAMS =3D \ transform \ delaunay \ - $(NETPBM_EXTRA) - -noinst_PROGRAMS =3D \ + $(NETPBM_EXTRA) \ set \ volume \ cleanup \