From owner-svn-ports-all@FreeBSD.ORG Wed Dec 24 19:44:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28230D4F; Wed, 24 Dec 2014 19:44:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 144122C84; Wed, 24 Dec 2014 19:44:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOJi4Sg010934; Wed, 24 Dec 2014 19:44:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOJi46Q010933; Wed, 24 Dec 2014 19:44:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412241944.sBOJi46Q010933@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 24 Dec 2014 19:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375482 - head/games/tuxmath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 19:44:05 -0000 Author: antoine Date: Wed Dec 24 19:44:03 2014 New Revision: 375482 URL: https://svnweb.freebsd.org/changeset/ports/375482 QAT: https://qat.redports.org/buildarchive/r375482/ Log: Properly support png 1.5 Modified: head/games/tuxmath/Makefile Modified: head/games/tuxmath/Makefile ============================================================================== --- head/games/tuxmath/Makefile Wed Dec 24 19:32:28 2014 (r375481) +++ head/games/tuxmath/Makefile Wed Dec 24 19:44:03 2014 (r375482) @@ -29,7 +29,7 @@ CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4 CPPFLAGS+= $$(pkg-config --cflags SDL_Pango) -I${LOCALBASE}/include \ -DHAVE_ALPHASORT -DHAVE_SCANDIR -DHAVE_FSYNC -DICONV_CONST="" -LDFLAGS+= $$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib ${ICONV_LIB} -lpng15 +LDFLAGS+= $$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib ${ICONV_LIB} -lpng T4K_NAME= t4k_common T4K_VERSION= 0.1.1