svn commit: r375482 - head/games/tuxmath

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 19:44:05 UTC 2014


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


More information about the svn-ports-head mailing list