Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 19:44:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375482 - head/games/tuxmath
Message-ID:  <201412241944.sBOJi46Q010933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241944.sBOJi46Q010933>